Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index 8884f9e..80c3902 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -142,16 +142,17 @@ struct cgit_query { |
142 | char *url; |
142 | char *url; |
143 | char *period; |
143 | char *period; |
144 | int ofs; |
144 | int ofs; |
145 | int nohead; |
145 | int nohead; |
146 | char *sort; |
146 | char *sort; |
147 | int showmsg; |
147 | int showmsg; |
148 | int ssdiff; |
148 | int ssdiff; |
149 | int show_all; |
149 | int show_all; |
| |
150 | char *vpath; |
150 | }; |
151 | }; |
151 | |
152 | |
152 | struct cgit_config { |
153 | struct cgit_config { |
153 | char *agefile; |
154 | char *agefile; |
154 | char *cache_root; |
155 | char *cache_root; |
155 | char *clone_prefix; |
156 | char *clone_prefix; |
156 | char *css; |
157 | char *css; |
157 | char *favicon; |
158 | char *favicon; |
|