Unidiff1 files changed, 0 insertions, 14 deletions
|
diff --git a/cgit.h b/cgit.h index e82e9aa..f600912 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -47,11 +47,4 @@ 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; |
@@ -228,11 +221,4 @@ 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 | |
|