Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
zx2c4
/
cgit
/
45eff406554f3ff31bdf7d54daae1da5635db72e
/
.
/
ui-refs.h
blob: 1d4a54a2c86935c54a70877f33e9ea75bfa1d1be [
file
]
#ifndef
UI_REFS_H
#define
UI_REFS_H
extern
void
cgit_print_branches
(
int
maxcount
);
extern
void
cgit_print_tags
(
int
maxcount
);
extern
void
cgit_print_refs
(
void
);
#endif
/* UI_REFS_H */