aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 1d88396..a0cf5e9 100644
--- a/cgit.h
+++ b/cgit.h
@@ -264,6 +264,7 @@ struct cgit_config {
264 int branch_sort; 264 int branch_sort;
265 int commit_sort; 265 int commit_sort;
266 struct string_list mimetypes; 266 struct string_list mimetypes;
267 struct string_list js;
267 struct cgit_filter *about_filter; 268 struct cgit_filter *about_filter;
268 struct cgit_filter *commit_filter; 269 struct cgit_filter *commit_filter;
269 struct cgit_filter *source_filter; 270 struct cgit_filter *source_filter;