diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,7 @@ | |||
15 | #include <revision.h> | 15 | #include <revision.h> |
16 | #include <log-tree.h> | 16 | #include <log-tree.h> |
17 | #include <archive.h> | 17 | #include <archive.h> |
18 | #include <string-list.h> | ||
18 | #include <xdiff-interface.h> | 19 | #include <xdiff-interface.h> |
19 | #include <xdiff/xdiff.h> | 20 | #include <xdiff/xdiff.h> |
20 | #include <utf8.h> | 21 | #include <utf8.h> |
@@ -180,12 +181,14 @@ struct cgit_config { | |||
180 | int max_repodesc_len; | 181 | int max_repodesc_len; |
181 | int max_stats; | 182 | int max_stats; |
182 | int nocache; | 183 | int nocache; |
184 | int noplainemail; | ||
183 | int noheader; | 185 | int noheader; |
184 | int renamelimit; | 186 | int renamelimit; |
185 | int snapshots; | 187 | int snapshots; |
186 | int summary_branches; | 188 | int summary_branches; |
187 | int summary_log; | 189 | int summary_log; |
188 | int summary_tags; | 190 | int summary_tags; |
191 | struct string_list mimetypes; | ||
189 | struct cgit_filter *about_filter; | 192 | struct cgit_filter *about_filter; |
190 | struct cgit_filter *commit_filter; | 193 | struct cgit_filter *commit_filter; |
191 | struct cgit_filter *source_filter; | 194 | struct cgit_filter *source_filter; |