]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Merge branch 'ml/head-include'
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 2bfbe7b0007ae65939cf972bd9cd3eb3093fef48..78b30bace9327dc310dd646fa1ad86bdecd64ce6 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 *head_include;
        char *header;
        char *index_header;
        char *index_info;
        char *header;
        char *index_header;
        char *index_info;
@@ -182,6 +183,8 @@ struct cgit_page {
        char *filename;
        char *etag;
        char *title;
        char *filename;
        char *etag;
        char *title;
+       int status;
+       char *statusmsg;
 };
 
 struct cgit_context {
 };
 
 struct cgit_context {