X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/756e3ea6392e30bcd0a41346d4ffa42c56d715e2..e14eee9ea573a17c9501d1020fc869218aac9e8a:/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);