]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Layout update
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 03c2fdb7cf3f1cbb446aeb2dd7812e7face6b4f9..6e95673324c3f6d9f73bc81319c4b4a9f2cc9bbb 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -21,6 +21,7 @@ struct repoinfo {
        char *path;
        char *desc;
        char *owner;
+       int snapshots;
 };
 
 struct repolist {
@@ -61,6 +62,7 @@ extern char *cgit_virtual_root;
 extern char *cgit_cache_root;
 
 extern int cgit_nocache;
+extern int cgit_snapshots;
 extern int cgit_max_lock_attempts;
 extern int cgit_cache_root_ttl;
 extern int cgit_cache_repo_ttl;