all repos — cgit @ 3ec6b309505dc5f7ba14abe8861b02da34a9df0b

a hyperfast web frontend for git written in c

ui-tree.h (view raw)

1#ifndef UI_TREE_H
2#define UI_TREE_H
3
4extern void cgit_print_tree(const char *rev, char *path);
5
6#endif /* UI_TREE_H */