Unidiff1 files changed, 3 insertions, 1 deletions
|
diff --git a/cgit.h b/cgit.h index 4fe94c6..8b0defa 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -16,4 +16,5 @@ |
16 | #include <log-tree.h> |
16 | #include <log-tree.h> |
17 | #include <archive.h> |
17 | #include <archive.h> |
| |
18 | #include <xdiff-interface.h> |
18 | #include <xdiff/xdiff.h> |
19 | #include <xdiff/xdiff.h> |
19 | #include <utf8.h> |
20 | #include <utf8.h> |
@@ -222,5 +223,6 @@ extern void *cgit_free_commitinfo(struct commitinfo *info); |
222 | extern int cgit_diff_files(const unsigned char *old_sha1, |
223 | extern int cgit_diff_files(const unsigned char *old_sha1, |
223 | const unsigned char *new_sha1, |
224 | const unsigned char *new_sha1, |
224 | linediff_fn fn); |
225 | unsigned long *old_size, unsigned long *new_size, |
| |
226 | int *binary, linediff_fn fn); |
225 | |
227 | |
226 | extern void cgit_diff_tree(const unsigned char *old_sha1, |
228 | extern void cgit_diff_tree(const unsigned char *old_sha1, |
|