Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index 91db98a..aab898b 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -118,12 +118,13 @@ struct cgit_query { |
118 | char *path; |
118 | char *path; |
119 | char *name; |
119 | char *name; |
120 | char *mimetype; |
120 | char *mimetype; |
121 | char *url; |
121 | char *url; |
122 | int ofs; |
122 | int ofs; |
123 | int nohead; |
123 | int nohead; |
| |
124 | int showmsg; |
124 | }; |
125 | }; |
125 | |
126 | |
126 | struct cgit_config { |
127 | struct cgit_config { |
127 | char *agefile; |
128 | char *agefile; |
128 | char *cache_root; |
129 | char *cache_root; |
129 | char *clone_prefix; |
130 | char *clone_prefix; |
|