diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |