Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
infrastructure
/
cgit.git
/
eaf2d25c162534efe7566119cf4b1cbeab217b51
/
.
/
ui-diff.h
blob: 70b2926c02e911d4a2086a6506e44745afc7d9a8 [
file
] [
log
] [
blame
]
#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
);
#endif
/* UI_DIFF_H */