X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/e19683bedebc74593cb4c4518e47a334a5478e1e..8905003cba637e5b18069e625cd4f4c05ac30251:/ui-diff.h diff --git a/ui-diff.h b/ui-diff.h index 70b2926..39264a1 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(void); extern void cgit_print_diff(const char *new_hex, const char *old_hex, - const char *prefix); + 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); + +extern struct object_id old_rev_oid[1]; +extern struct object_id new_rev_oid[1]; #endif /* UI_DIFF_H */