diff options
Diffstat (limited to 'ui-diff.h')
-rw-r--r-- | ui-diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-diff.h b/ui-diff.h index 25a9296..04f9029 100644 --- a/ui-diff.h +++ b/ui-diff.h | |||
@@ -4,7 +4,7 @@ | |||
4 | extern void cgit_print_diff_ctrls(); | 4 | extern void cgit_print_diff_ctrls(); |
5 | 5 | ||
6 | extern void cgit_print_diff(const char *new_hex, const char *old_hex, | 6 | extern void cgit_print_diff(const char *new_hex, const char *old_hex, |
7 | const char *prefix, int show_ctrls); | 7 | const char *prefix, int show_ctrls, int raw); |
8 | 8 | ||
9 | extern struct diff_filespec *cgit_get_current_old_file(void); | 9 | extern struct diff_filespec *cgit_get_current_old_file(void); |
10 | extern struct diff_filespec *cgit_get_current_new_file(void); | 10 | extern struct diff_filespec *cgit_get_current_new_file(void); |