diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -187,6 +187,7 @@ struct cgit_config { | |||
187 | char *root_readme; | 187 | char *root_readme; |
188 | char *script_name; | 188 | char *script_name; |
189 | char *section; | 189 | char *section; |
190 | char *section_sort; | ||
190 | char *virtual_root; | 191 | char *virtual_root; |
191 | char *strict_export; | 192 | char *strict_export; |
192 | int cache_size; | 193 | int cache_size; |
@@ -196,6 +197,7 @@ struct cgit_config { | |||
196 | int cache_root_ttl; | 197 | int cache_root_ttl; |
197 | int cache_scanrc_ttl; | 198 | int cache_scanrc_ttl; |
198 | int cache_static_ttl; | 199 | int cache_static_ttl; |
200 | int case_sensitive_sort; | ||
199 | int embedded; | 201 | int embedded; |
200 | int enable_filter_overrides; | 202 | int enable_filter_overrides; |
201 | int enable_gitweb_owner; | 203 | int enable_gitweb_owner; |