fix json_bool
[ppastats.git] / src / fcache.h
index 0e73b8d..89bd9d8 100644 (file)
@@ -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
@@ -23,7 +23,7 @@
 #include <json/json.h>
 
 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();