]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Merge branch 'do/https'
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 8b0defa988d062a24fa40dbcd7a39d2b68de61cb..00aca4c36a46d6dc8737b32ea794c917dcfc825e 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -136,6 +136,7 @@ struct cgit_config {
        char *css;
        char *favicon;
        char *footer;
+       char *header;
        char *index_header;
        char *index_info;
        char *logo;
@@ -180,6 +181,8 @@ struct cgit_page {
        char *charset;
        char *filename;
        char *title;
+       int status;
+       char *statusmsg;
 };
 
 struct cgit_context {