X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/859d106d5e8d884bf8f25b2ceea8600b2987c387..c01fb69fc9f773718b8a147f0bc780f04ee9399c:/ui-diff.h diff --git a/ui-diff.h b/ui-diff.h index 0161ffb..04f9029 100644 --- a/ui-diff.h +++ b/ui-diff.h @@ -3,11 +3,8 @@ extern void cgit_print_diff_ctrls(); -extern void cgit_print_diffstat(const unsigned char *old_sha1, - const unsigned char *new_sha1); - extern void cgit_print_diff(const char *new_hex, const char *old_hex, - const char *prefix, int show_ctrls); + const char *prefix, int show_ctrls, int raw); extern struct diff_filespec *cgit_get_current_old_file(void); extern struct diff_filespec *cgit_get_current_new_file(void);