diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/cgit.h b/cgit.h index e82e9aa..f600912 100644 --- a/cgit.h +++ b/cgit.h | |||
@@ -46,13 +46,6 @@ typedef void (*configfn)(const char *name, const char *value); | |||
46 | typedef void (*filepair_fn)(struct diff_filepair *pair); | 46 | typedef void (*filepair_fn)(struct diff_filepair *pair); |
47 | typedef void (*linediff_fn)(char *line, int len); | 47 | typedef void (*linediff_fn)(char *line, int len); |
48 | 48 | ||
49 | struct cacheitem { | ||
50 | char *name; | ||
51 | struct stat st; | ||
52 | int ttl; | ||
53 | int fd; | ||
54 | }; | ||
55 | |||
56 | struct cgit_repo { | 49 | struct cgit_repo { |
57 | char *url; | 50 | char *url; |
58 | char *name; | 51 | char *name; |
@@ -227,13 +220,6 @@ extern struct commitinfo *cgit_parse_commit(struct commit *commit); | |||
227 | extern struct taginfo *cgit_parse_tag(struct tag *tag); | 220 | extern struct taginfo *cgit_parse_tag(struct tag *tag); |
228 | extern void cgit_parse_url(const char *url); | 221 | extern void cgit_parse_url(const char *url); |
229 | 222 | ||
230 | extern char *cache_safe_filename(const char *unsafe); | ||
231 | extern int cache_lock(struct cacheitem *item); | ||
232 | extern int cache_unlock(struct cacheitem *item); | ||
233 | extern int cache_cancel_lock(struct cacheitem *item); | ||
234 | extern int cache_exist(struct cacheitem *item); | ||
235 | extern int cache_expired(struct cacheitem *item); | ||
236 | |||
237 | extern const char *cgit_repobasename(const char *reponame); | 223 | extern const char *cgit_repobasename(const char *reponame); |
238 | 224 | ||
239 | extern int cgit_parse_snapshots_mask(const char *str); | 225 | extern int cgit_parse_snapshots_mask(const char *str); |