diff options
author | Lars Hjemli <hjemli@gmail.com> | 2007-01-12 00:00:15 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-01-12 00:00:15 +0100 |
commit | 83a5f35a2724ee60bfd8c5679b98da7008272254 (patch) | |
tree | b530ed30437c963e4e73db433d8a4e9dd9f7e7d6 /cgit.h | |
parent | Use long instead of int when converting from TTL to seconds (diff) | |
download | cgit-pink-83a5f35a2724ee60bfd8c5679b98da7008272254.tar.gz cgit-pink-83a5f35a2724ee60bfd8c5679b98da7008272254.zip |
Move cache_prepare() to cgit
This moves some cgit-specific stuff away from cache.c Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
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); extern int cgit_parse_query(char *txt, configfn fn); extern struct commitinfo *cgit_parse_commit(struct commit *commit); -extern void cache_prepare(struct cacheitem *item); extern int cache_lock(struct cacheitem *item); extern int cache_unlock(struct cacheitem *item); extern int cache_cancel_lock(struct cacheitem *item); |