about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h index eb8f08c..f915c86 100644 --- a/cgit.h +++ b/cgit.h
@@ -87,7 +87,6 @@ extern int cgit_read_config(const char *filename, configfn fn);
87extern int cgit_parse_query(char *txt, configfn fn); 87extern int cgit_parse_query(char *txt, configfn fn);
88extern struct commitinfo *cgit_parse_commit(struct commit *commit); 88extern struct commitinfo *cgit_parse_commit(struct commit *commit);
89 89
90extern void cache_prepare(struct cacheitem *item);
91extern int cache_lock(struct cacheitem *item); 90extern int cache_lock(struct cacheitem *item);
92extern int cache_unlock(struct cacheitem *item); 91extern int cache_unlock(struct cacheitem *item);
93extern int cache_cancel_lock(struct cacheitem *item); 92extern int cache_cancel_lock(struct cacheitem *item);