summaryrefslogtreecommitdiffabout
path: root/cgit.h
Side-by-side diff
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index b8f4850..4c854ea 100644
--- a/cgit.h
+++ b/cgit.h
@@ -17,2 +17,3 @@
#include <archive.h>
+#include <string-list.h>
#include <xdiff-interface.h>
@@ -182,2 +183,3 @@ struct cgit_config {
int nocache;
+ int noplainemail;
int noheader;
@@ -188,2 +190,3 @@ struct cgit_config {
int summary_tags;
+ struct string_list mimetypes;
struct cgit_filter *about_filter;