Unidiff1 files changed, 4 insertions, 2 deletions
|
diff --git a/cgit.h b/cgit.h index bb8f598..1bdfbc6 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -148,2 +148,3 @@ struct cgit_query { |
148 | int context; |
148 | int context; |
| |
149 | int ignorews; |
149 | char *vpath; |
150 | char *vpath; |
@@ -277,3 +278,4 @@ extern int cgit_diff_files(const unsigned char *old_sha1, |
277 | unsigned long *old_size, unsigned long *new_size, |
278 | unsigned long *old_size, unsigned long *new_size, |
278 | int *binary, int context, linediff_fn fn); |
279 | int *binary, int context, int ignorews, |
| |
280 | linediff_fn fn); |
279 | |
281 | |
@@ -281,3 +283,3 @@ extern void cgit_diff_tree(const unsigned char *old_sha1, |
281 | const unsigned char *new_sha1, |
283 | const unsigned char *new_sha1, |
282 | filepair_fn fn, const char *prefix); |
284 | filepair_fn fn, const char *prefix, int ignorews); |
283 | |
285 | |
|