X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/962a24892feb9e3d69542bcf0a219dc14836e921..7d51120440346108aad74f007431ad65b307f6d7:/ui-diff.h diff --git a/ui-diff.h b/ui-diff.h index 0161ffb..382e8c5 100644 --- a/ui-diff.h +++ b/ui-diff.h @@ -1,13 +1,10 @@ #ifndef UI_DIFF_H #define UI_DIFF_H -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_ctrls(void); 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);