]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Add support for 'noheader' option
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 8b0defa988d062a24fa40dbcd7a39d2b68de61cb..1056231fb0f9169ec9e1fec6f62bea542aa20d3c 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -136,6 +136,7 @@ struct cgit_config {
        char *css;
        char *favicon;
        char *footer;
        char *css;
        char *favicon;
        char *footer;
+       char *header;
        char *index_header;
        char *index_info;
        char *logo;
        char *index_header;
        char *index_info;
        char *logo;
@@ -170,6 +171,8 @@ struct cgit_config {
        int summary_branches;
        int summary_log;
        int summary_tags;
        int summary_branches;
        int summary_log;
        int summary_tags;
+       int embedded;
+       int noheader;
 };
 
 struct cgit_page {
 };
 
 struct cgit_page {