Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/cgit.h b/cgit.h index e3d9cb8..5ef0bc5 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -171,5 +171,5 @@ extern int cgit_diff_files(const unsigned char *old_sha1, |
171 | extern void cgit_diff_tree(const unsigned char *old_sha1, |
171 | extern void cgit_diff_tree(const unsigned char *old_sha1, |
172 | const unsigned char *new_sha1, |
172 | const unsigned char *new_sha1, |
173 | filepair_fn fn); |
173 | filepair_fn fn, const char *prefix); |
174 | |
174 | |
175 | extern void cgit_diff_commit(struct commit *commit, filepair_fn fn); |
175 | extern void cgit_diff_commit(struct commit *commit, filepair_fn fn); |
|