]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Merge branch 'lh/plugins'
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index f10ba054bc1a7b0d0e728e10983490347a9d9713..b8557ace3912b4b62c59eb709fc37dea2f1f506c 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -15,6 +15,7 @@
 #include <revision.h>
 #include <log-tree.h>
 #include <archive.h>
+#include <string-list.h>
 #include <xdiff-interface.h>
 #include <xdiff/xdiff.h>
 #include <utf8.h>
@@ -179,12 +180,14 @@ struct cgit_config {
        int max_repodesc_len;
        int max_stats;
        int nocache;
+       int noplainemail;
        int noheader;
        int renamelimit;
        int snapshots;
        int summary_branches;
        int summary_log;
        int summary_tags;
+       struct string_list mimetypes;
        struct cgit_filter *commit_filter;
        struct cgit_filter *source_filter;
 };