tvl-depot/third_party/cgit/ui-refs.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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