]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
cgit.h: move stdbool.h from ui-shared.h
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index b2253d22b078a3377f1879880819b60658a7172b..508179a7fccad8f26027a51b27ed5f2541a2e68a 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -3,6 +3,8 @@
 
 
 #include <git-compat-util.h>
 
 
 #include <git-compat-util.h>
+#include <stdbool.h>
+
 #include <cache.h>
 #include <grep.h>
 #include <object.h>
 #include <cache.h>
 #include <grep.h>
 #include <object.h>
@@ -179,6 +181,7 @@ struct cgit_query {
        int show_all;
        int context;
        int ignorews;
        int show_all;
        int context;
        int ignorews;
+       int follow;
        char *vpath;
 };
 
        char *vpath;
 };
 
@@ -221,6 +224,7 @@ struct cgit_config {
        int case_sensitive_sort;
        int embedded;
        int enable_filter_overrides;
        int case_sensitive_sort;
        int embedded;
        int enable_filter_overrides;
+       int enable_follow_links;
        int enable_http_clone;
        int enable_index_links;
        int enable_index_owner;
        int enable_http_clone;
        int enable_index_links;
        int enable_index_owner;