summaryrefslogtreecommitdiffabout
path: root/cgit.h
Unidiff
Diffstat (limited to 'cgit.h') (more/less context) (show whitespace changes)
-rw-r--r--cgit.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h
index 8884f9e..2b28d63 100644
--- a/cgit.h
+++ b/cgit.h
@@ -149,2 +149,4 @@ struct cgit_query {
149 int show_all; 149 int show_all;
150 int context;
151 char *vpath;
150}; 152};
@@ -279,3 +281,3 @@ extern int cgit_diff_files(const unsigned char *old_sha1,
279 unsigned long *old_size, unsigned long *new_size, 281 unsigned long *old_size, unsigned long *new_size,
280 int *binary, linediff_fn fn); 282 int *binary, int context, linediff_fn fn);
281 283