Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index f1fbeca..cb2f176 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -118,16 +118,17 @@ struct cgit_query { |
118 | char *sha2; |
118 | char *sha2; |
119 | char *path; |
119 | char *path; |
120 | char *name; |
120 | char *name; |
121 | char *mimetype; |
121 | char *mimetype; |
122 | char *url; |
122 | char *url; |
123 | int ofs; |
123 | int ofs; |
124 | int nohead; |
124 | int nohead; |
125 | char *sort; |
125 | char *sort; |
| |
126 | int showmsg; |
126 | }; |
127 | }; |
127 | |
128 | |
128 | struct cgit_config { |
129 | struct cgit_config { |
129 | char *agefile; |
130 | char *agefile; |
130 | char *cache_root; |
131 | char *cache_root; |
131 | char *clone_prefix; |
132 | char *clone_prefix; |
132 | char *css; |
133 | char *css; |
133 | char *favicon; |
134 | char *favicon; |
|