ui-atom: fix resource leak: free allocation from cgit_pageurl
[cgit.git] / ui-refs.h
blobb35c04aa2f6dbd0c21e7155713ef7464a5cc87e0
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();
8 #endif /* UI_REFS_H */