diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -61,6 +61,8 @@ struct cgit_repo { | |||
61 | int snapshots; | 61 | int snapshots; |
62 | int enable_log_filecount; | 62 | int enable_log_filecount; |
63 | int enable_log_linecount; | 63 | int enable_log_linecount; |
64 | int max_stats; | ||
65 | time_t mtime; | ||
64 | }; | 66 | }; |
65 | 67 | ||
66 | struct cgit_repolist { | 68 | struct cgit_repolist { |
@@ -119,8 +121,11 @@ struct cgit_query { | |||
119 | char *name; | 121 | char *name; |
120 | char *mimetype; | 122 | char *mimetype; |
121 | char *url; | 123 | char *url; |
124 | char *period; | ||
122 | int ofs; | 125 | int ofs; |
123 | int nohead; | 126 | int nohead; |
127 | char *sort; | ||
128 | int showmsg; | ||
124 | }; | 129 | }; |
125 | 130 | ||
126 | struct cgit_config { | 131 | struct cgit_config { |
@@ -157,6 +162,7 @@ struct cgit_config { | |||
157 | int max_lock_attempts; | 162 | int max_lock_attempts; |
158 | int max_msg_len; | 163 | int max_msg_len; |
159 | int max_repodesc_len; | 164 | int max_repodesc_len; |
165 | int max_stats; | ||
160 | int nocache; | 166 | int nocache; |
161 | int renamelimit; | 167 | int renamelimit; |
162 | int snapshots; | 168 | int snapshots; |