diff options
Diffstat (limited to 'cgit.h')
| -rw-r--r-- | cgit.h | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -87,7 +87,6 @@ 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 void cache_prepare(struct cacheitem *item); | ||
| 91 | extern int cache_lock(struct cacheitem *item); | 90 | extern int cache_lock(struct cacheitem *item); |
| 92 | extern int cache_unlock(struct cacheitem *item); | 91 | extern int cache_unlock(struct cacheitem *item); |
| 93 | extern int cache_cancel_lock(struct cacheitem *item); | 92 | extern int cache_cancel_lock(struct cacheitem *item); |
