blob: 70b2926c02e911d4a2086a6506e44745afc7d9a8 [file] [log] [blame]
Lars Hjemlic5984a92008-03-24 16:38:47 +01001#ifndef UI_DIFF_H
2#define UI_DIFF_H
3
Lars Hjemlife1230d2008-04-24 23:32:02 +02004extern void cgit_print_diffstat(const unsigned char *old_sha1,
5 const unsigned char *new_sha1);
6
Lars Hjemlic5984a92008-03-24 16:38:47 +01007extern void cgit_print_diff(const char *new_hex, const char *old_hex,
8 const char *prefix);
9
10#endif /* UI_DIFF_H */