diff options
Diffstat (limited to 'ui-diff.h')
-rw-r--r-- | ui-diff.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui-diff.h b/ui-diff.h index 2307322..70b2926 100644 --- a/ui-diff.h +++ b/ui-diff.h | |||
@@ -1,6 +1,9 @@ | |||
1 | #ifndef UI_DIFF_H | 1 | #ifndef UI_DIFF_H |
2 | #define UI_DIFF_H | 2 | #define UI_DIFF_H |
3 | 3 | ||
4 | extern void cgit_print_diffstat(const unsigned char *old_sha1, | ||
5 | const unsigned char *new_sha1); | ||
6 | |||
4 | extern void cgit_print_diff(const char *new_hex, const char *old_hex, | 7 | extern void cgit_print_diff(const char *new_hex, const char *old_hex, |
5 | const char *prefix); | 8 | const char *prefix); |
6 | 9 | ||