-rw-r--r-- | cgit.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,4 +16,5 @@ #include <log-tree.h> #include <archive.h> +#include <string-list.h> #include <xdiff-interface.h> #include <xdiff/xdiff.h> @@ -180,4 +181,5 @@ struct cgit_config { int max_stats; int nocache; + int noplainemail; int noheader; int renamelimit; @@ -186,4 +188,5 @@ struct cgit_config { int summary_log; int summary_tags; + struct string_list mimetypes; struct cgit_filter *commit_filter; struct cgit_filter *source_filter; |