Unidiff1 files changed, 0 insertions, 1 deletions
|
diff --git a/cgit.h b/cgit.h index eb8f08c..f915c86 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -88,5 +88,4 @@ 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); |
|