]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.h
Merge branch 'lh/mimetypes'
[cgit.git] / cgit.h
diff --git a/cgit.h b/cgit.h
index 92f0c5a27b12e6c5e41dea00872a83f20e635bac..cb2f176f621f52d60489dd817d2776411360b3bf 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -61,6 +61,7 @@ struct cgit_repo {
        int snapshots;
        int enable_log_filecount;
        int enable_log_linecount;
+       time_t mtime;
 };
 
 struct cgit_repolist {
@@ -121,6 +122,8 @@ struct cgit_query {
        char *url;
        int   ofs;
        int nohead;
+       char *sort;
+       int showmsg;
 };
 
 struct cgit_config {