aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index bad66f0..c7ab5c6 100644
--- a/cgit.h
+++ b/cgit.h
@@ -137,6 +137,7 @@ struct reflist {
137struct cgit_query { 137struct cgit_query {
138 int has_symref; 138 int has_symref;
139 int has_sha1; 139 int has_sha1;
140 int has_ssdiff;
140 char *raw; 141 char *raw;
141 char *repo; 142 char *repo;
142 char *page; 143 char *page;