about summary refs log tree commit diff stats
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 9d0b3d0..b7c7ac9 100644 --- a/cgit.h +++ b/cgit.h
@@ -138,6 +138,7 @@ struct reflist {
138struct cgit_query { 138struct cgit_query {
139 int has_symref; 139 int has_symref;
140 int has_sha1; 140 int has_sha1;
141 int has_ssdiff;
141 char *raw; 142 char *raw;
142 char *repo; 143 char *repo;
143 char *page; 144 char *page;