about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h index 72fcd84..4cd5fc3 100644 --- a/cgit.h +++ b/cgit.h
@@ -86,6 +86,7 @@ struct cgit_repo {
86 char *owner; 86 char *owner;
87 char *homepage; 87 char *homepage;
88 char *defbranch; 88 char *defbranch;
89 char *default_tab;
89 char *module_link; 90 char *module_link;
90 struct string_list readme; 91 struct string_list readme;
91 char *section; 92 char *section;
@@ -215,6 +216,8 @@ struct cgit_config {
215 char *repository_sort; 216 char *repository_sort;
216 char *virtual_root; /* Always ends with '/'. */ 217 char *virtual_root; /* Always ends with '/'. */
217 char *strict_export; 218 char *strict_export;
219 char *default_tab;
220 char *root_default_tab;
218 int cache_size; 221 int cache_size;
219 int cache_dynamic_ttl; 222 int cache_dynamic_ttl;
220 int cache_max_create_time; 223 int cache_max_create_time;