X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Ffcache.h;h=de50b88e69f0eaab51ba65418dab81b079c36d83;hb=db9b8d2df5a1907af92826771538c6ab37ef2d4e;hp=0e73b8dbbc7d84ad5ce23402419218805a33f1a8;hpb=be68914bbcbfde6dbc51e20075691afbab3c2489;p=ppastats.git diff --git a/src/fcache.h b/src/fcache.h index 0e73b8d..de50b88 100644 --- a/src/fcache.h +++ b/src/fcache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 jeanfi@gmail.com + * Copyright (C) 2011-2014 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();