]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
ui-log.c: handle lightweight tags when printing commit decorations
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 4c854eaa8320771466460f18ff0839c73cc2dafc..d90ccdcafff809bff7734f1949f3a84f5cbd18ee 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -207,7 +207,21 @@ struct cgit_page {
        char *statusmsg;
 };
 
+struct cgit_environment {
+       char *cgit_config;
+       char *http_host;
+       char *https;
+       char *no_http;
+       char *path_info;
+       char *query_string;
+       char *request_method;
+       char *script_name;
+       char *server_name;
+       char *server_port;
+};
+
 struct cgit_context {
+       struct cgit_environment env;
        struct cgit_query qry;
        struct cgit_config cfg;
        struct cgit_repo *repo;