From 17e3ff42646f182911fd0e5d872082977538db9e Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 09 Aug 2009 11:45:36 +0000 Subject: Merge branch 'lh/mimetypes' --- (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index acb5e8f..1194eb0 100644 --- a/cgit.h +++ b/cgit.h @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include @@ -175,6 +176,7 @@ struct cgit_config { int summary_branches; int summary_log; int summary_tags; + struct string_list mimetypes; }; struct cgit_page { -- cgit v0.9.0.2