Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index f915c86..3601e49 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -86,8 +86,9 @@ extern void html_filemode(unsigned short mode); |
86 | extern int cgit_read_config(const char *filename, configfn fn); |
86 | 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); |
93 | extern int cache_exist(struct cacheitem *item); |
94 | extern int cache_exist(struct cacheitem *item); |
|