X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7996157f14d99ee6d26c042816e12bd9089c1efb..6edc84bc44d55d7f90a40238ae2107913e15f54b:/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);