-rw-r--r-- | cgit.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,2 +17,3 @@ #include <archive.h> +#include <string-list.h> #include <xdiff-interface.h> @@ -181,2 +182,3 @@ struct cgit_config { int nocache; + int noplainemail; int noheader; @@ -187,2 +189,3 @@ struct cgit_config { int summary_tags; + struct string_list mimetypes; struct cgit_filter *commit_filter; |