config: make empty js= omit script tag
[cgit.git] / ui-refs.h
blob1d4a54a2c86935c54a70877f33e9ea75bfa1d1be
1 #ifndef UI_REFS_H
2 #define UI_REFS_H
4 extern void cgit_print_branches(int maxcount);
5 extern void cgit_print_tags(int maxcount);
6 extern void cgit_print_refs(void);
8 #endif /* UI_REFS_H */