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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h index b2253d2..3120562 100644 --- a/cgit.h +++ b/cgit.h
@@ -179,6 +179,7 @@ struct cgit_query {
179 int show_all; 179 int show_all;
180 int context; 180 int context;
181 int ignorews; 181 int ignorews;
182 int follow;
182 char *vpath; 183 char *vpath;
183}; 184};
184 185
@@ -221,6 +222,7 @@ struct cgit_config {
221 int case_sensitive_sort; 222 int case_sensitive_sort;
222 int embedded; 223 int embedded;
223 int enable_filter_overrides; 224 int enable_filter_overrides;
225 int enable_follow_links;
224 int enable_http_clone; 226 int enable_http_clone;
225 int enable_index_links; 227 int enable_index_links;
226 int enable_index_owner; 228 int enable_index_owner;