diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -298,8 +298,10 @@ struct cgit_environment { const char *http_referer; unsigned int content_length; int authenticated; + const char *gopher_search; }; + struct cgit_context { struct cgit_environment env; struct cgit_query qry; |