-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -208,12 +208,13 @@ struct cgit_page { }; 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; |