about summary refs log tree commit diff stats
path: root/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache.h b/cache.h index 9392836..470da4f 100644 --- a/cache.h +++ b/cache.h
@@ -19,7 +19,7 @@ typedef void (*cache_fill_fn)(void);
19 * fn content generator function for this key 19 * fn content generator function for this key
20 * 20 *
21 * Return value 21 * Return value
22 * 0 indicates success, everyting else is an error 22 * 0 indicates success, everything else is an error
23 */ 23 */
24extern int cache_process(int size, const char *path, const char *key, int ttl, 24extern int cache_process(int size, const char *path, const char *key, int ttl,
25 cache_fill_fn fn); 25 cache_fill_fn fn);