Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
infrastructure
/
cgit.git
/
c5984a9896b39748e61daf6e620483749654b102
/
.
/
ui-log.h
blob: 877e40e2442edbbaca36192c30665ccc58168d12 [
file
] [
log
] [
blame
]
Lars Hjemli
c5984a9
2008-03-24 16:38:47 +0100
[
diff
] [
blame^
]
1
#ifndef
UI_LOG_H
2
#define
UI_LOG_H
3
4
extern
void
cgit_print_log
(
const
char
*
tip
,
int
ofs
,
int
cnt
,
char
*
grep
,
5
char
*
pattern
,
char
*
path
,
int
pager
);
6
7
#endif
/* UI_LOG_H */