]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Add support for 'section-from-path' option
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 232099dba6bf759c28e62dccac46faf2288d0fe0..9b269ccff46762ee619fedbd389bc7c2aeec642c 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -19,6 +19,7 @@
 #include <xdiff-interface.h>
 #include <xdiff/xdiff.h>
 #include <utf8.h>
+#include <notes.h>
 
 
 /*
@@ -204,6 +205,7 @@ struct cgit_config {
        int noheader;
        int renamelimit;
        int remove_suffix;
+       int section_from_path;
        int snapshots;
        int summary_branches;
        int summary_log;