X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/23296ad648c0e2a9e3cf40a3de322b10ad25cce3..7530d94f05887b8065742adb614c368d8568a22c:/ui-diff.h diff --git a/ui-diff.h b/ui-diff.h index 2307322..12d0c62 100644 --- a/ui-diff.h +++ b/ui-diff.h @@ -1,7 +1,16 @@ #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(const char *new_hex, const char *old_hex, const char *prefix); +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 */