1
0
mirror of https://gitea.quitesimple.org/crtxcr/cgitsb synced 2024-11-23 21:02:07 +01:00
cgitsb/ui-refs.h

9 lines
182 B
C
Raw Normal View History

#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();
#endif /* UI_REFS_H */