summaryrefslogtreecommitdiffabout
path: root/cgit.h
Unidiff
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 03c2fdb..6e95673 100644
--- a/cgit.h
+++ b/cgit.h
@@ -18,12 +18,13 @@ struct cacheitem {
18struct repoinfo { 18struct repoinfo {
19 char *url; 19 char *url;
20 char *name; 20 char *name;
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
26struct repolist { 27struct repolist {
27 int length; 28 int length;
28 int count; 29 int count;
29 struct repoinfo *repos; 30 struct repoinfo *repos;
@@ -58,12 +59,13 @@ extern char *cgit_css;
58extern char *cgit_logo; 59extern char *cgit_logo;
59extern char *cgit_logo_link; 60extern char *cgit_logo_link;
60extern char *cgit_virtual_root; 61extern char *cgit_virtual_root;
61extern char *cgit_cache_root; 62extern char *cgit_cache_root;
62 63
63extern int cgit_nocache; 64extern int cgit_nocache;
65extern int cgit_snapshots;
64extern int cgit_max_lock_attempts; 66extern int cgit_max_lock_attempts;
65extern int cgit_cache_root_ttl; 67extern int cgit_cache_root_ttl;
66extern int cgit_cache_repo_ttl; 68extern int cgit_cache_repo_ttl;
67extern int cgit_cache_dynamic_ttl; 69extern int cgit_cache_dynamic_ttl;
68extern int cgit_cache_static_ttl; 70extern int cgit_cache_static_ttl;
69extern int cgit_cache_max_create_time; 71extern int cgit_cache_max_create_time;