-rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,4 +62,5 @@ struct cgit_repo { int enable_log_filecount; int enable_log_linecount; + time_t mtime; }; @@ -122,4 +123,5 @@ struct cgit_query { int ofs; int nohead; + char *sort; }; |