X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Ffcache.h;h=d67f78789e43f1af2e6c65276b368a940898ead8;hb=474ab6fa492a8b1dde963fdecb1edebc111c5fb2;hp=0e73b8dbbc7d84ad5ce23402419218805a33f1a8;hpb=be68914bbcbfde6dbc51e20075691afbab3c2489;p=ppastats.git diff --git a/src/fcache.h b/src/fcache.h index 0e73b8d..d67f787 100644 --- a/src/fcache.h +++ b/src/fcache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 jeanfi@gmail.com + * Copyright (C) 2011-2015 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -20,10 +20,10 @@ #ifndef _PPASTATS_FCACHE_H_ #define _PPASTATS_FCACHE_H_ -#include +#include char *fcache_get(const char *k); -void fcache_put(const char *k, char *v); +void fcache_put(const char *k, const char *v); void fcache_cleanup();