X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/e19683bedebc74593cb4c4518e47a334a5478e1e..c0dfaf1c281d0697ce43131343d7a9f170a61ff9:/ui-diff.h diff --git a/ui-diff.h b/ui-diff.h index 70b2926..25a9296 100644 --- a/ui-diff.h +++ b/ui-diff.h @@ -1,10 +1,15 @@ #ifndef UI_DIFF_H #define UI_DIFF_H -extern void cgit_print_diffstat(const unsigned char *old_sha1, - const unsigned char *new_sha1); +extern void cgit_print_diff_ctrls(); extern void cgit_print_diff(const char *new_hex, const char *old_hex, - const char *prefix); + const char *prefix, int show_ctrls); + +extern struct diff_filespec *cgit_get_current_old_file(void); +extern struct diff_filespec *cgit_get_current_new_file(void); + +extern unsigned char old_rev_sha1[20]; +extern unsigned char new_rev_sha1[20]; #endif /* UI_DIFF_H */