Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
infrastructure
/
cgit.git
/
c5984a9896b39748e61daf6e620483749654b102
/
.
/
ui-diff.h
blob: 230732244a368466ef8806f64e5488f69430226c [
file
] [
log
] [
blame
]
Lars Hjemli
c5984a9
2008-03-24 16:38:47 +0100
[
diff
] [
blame^
]
1
#ifndef
UI_DIFF_H
2
#define
UI_DIFF_H
3
4
extern
void
cgit_print_diff
(
const
char
*
new_hex
,
const
char
*
old_hex
,
5
const
char
*
prefix
);
6
7
#endif
/* UI_DIFF_H */