diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,7 @@ struct repoinfo { | |||
21 | char *path; | 21 | char *path; |
22 | char *desc; | 22 | char *desc; |
23 | char *owner; | 23 | char *owner; |
24 | int snapshots; | ||
24 | }; | 25 | }; |
25 | 26 | ||
26 | struct repolist { | 27 | struct repolist { |
@@ -61,6 +62,7 @@ extern char *cgit_virtual_root; | |||
61 | extern char *cgit_cache_root; | 62 | extern char *cgit_cache_root; |
62 | 63 | ||
63 | extern int cgit_nocache; | 64 | extern int cgit_nocache; |
65 | extern int cgit_snapshots; | ||
64 | extern int cgit_max_lock_attempts; | 66 | extern int cgit_max_lock_attempts; |
65 | extern int cgit_cache_root_ttl; | 67 | extern int cgit_cache_root_ttl; |
66 | extern int cgit_cache_repo_ttl; | 68 | extern int cgit_cache_repo_ttl; |