summaryrefslogtreecommitdiffabout
path: root/cgit.h
Unidiff
Diffstat (limited to 'cgit.h') (more/less context) (show whitespace changes)
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 4fe94c6..4942b96 100644
--- a/cgit.h
+++ b/cgit.h
@@ -114,48 +114,49 @@ struct cgit_query {
114 char *page; 114 char *page;
115 char *search; 115 char *search;
116 char *grep; 116 char *grep;
117 char *head; 117 char *head;
118 char *sha1; 118 char *sha1;
119 char *sha2; 119 char *sha2;
120 char *path; 120 char *path;
121 char *name; 121 char *name;
122 char *mimetype; 122 char *mimetype;
123 char *url; 123 char *url;
124 char *period; 124 char *period;
125 int ofs; 125 int ofs;
126 int nohead; 126 int nohead;
127 char *sort; 127 char *sort;
128 int showmsg; 128 int showmsg;
129}; 129};
130 130
131struct cgit_config { 131struct cgit_config {
132 char *agefile; 132 char *agefile;
133 char *cache_root; 133 char *cache_root;
134 char *clone_prefix; 134 char *clone_prefix;
135 char *css; 135 char *css;
136 char *favicon; 136 char *favicon;
137 char *footer; 137 char *footer;
138 char *header;
138 char *index_header; 139 char *index_header;
139 char *index_info; 140 char *index_info;
140 char *logo; 141 char *logo;
141 char *logo_link; 142 char *logo_link;
142 char *module_link; 143 char *module_link;
143 char *repo_group; 144 char *repo_group;
144 char *robots; 145 char *robots;
145 char *root_title; 146 char *root_title;
146 char *root_desc; 147 char *root_desc;
147 char *root_readme; 148 char *root_readme;
148 char *script_name; 149 char *script_name;
149 char *virtual_root; 150 char *virtual_root;
150 int cache_size; 151 int cache_size;
151 int cache_dynamic_ttl; 152 int cache_dynamic_ttl;
152 int cache_max_create_time; 153 int cache_max_create_time;
153 int cache_repo_ttl; 154 int cache_repo_ttl;
154 int cache_root_ttl; 155 int cache_root_ttl;
155 int cache_static_ttl; 156 int cache_static_ttl;
156 int enable_index_links; 157 int enable_index_links;
157 int enable_log_filecount; 158 int enable_log_filecount;
158 int enable_log_linecount; 159 int enable_log_linecount;
159 int local_time; 160 int local_time;
160 int max_repo_count; 161 int max_repo_count;
161 int max_commit_count; 162 int max_commit_count;