diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ extern int cgit_read_config(const char *filename, configfn fn); | |||
87 | extern int cgit_parse_query(char *txt, configfn fn); | 87 | extern int cgit_parse_query(char *txt, configfn fn); |
88 | extern struct commitinfo *cgit_parse_commit(struct commit *commit); | 88 | extern struct commitinfo *cgit_parse_commit(struct commit *commit); |
89 | 89 | ||
90 | extern char *cache_safe_filename(const char *unsafe); | ||
90 | extern int cache_lock(struct cacheitem *item); | 91 | extern int cache_lock(struct cacheitem *item); |
91 | extern int cache_unlock(struct cacheitem *item); | 92 | extern int cache_unlock(struct cacheitem *item); |
92 | extern int cache_cancel_lock(struct cacheitem *item); | 93 | extern int cache_cancel_lock(struct cacheitem *item); |