-rw-r--r-- | cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,5 +31,7 @@ extern int cache_ls(const char *path); | |||
31 | 31 | ||
32 | /* Print a message to stdout */ | 32 | /* Print a message to stdout */ |
33 | extern void cache_log(const char *format, ...); | 33 | extern void cache_log(const char *format, ...); |
34 | 34 | ||
35 | extern unsigned long hash_str(const char *str); | ||
36 | |||
35 | #endif /* CGIT_CACHE_H */ | 37 | #endif /* CGIT_CACHE_H */ |