aboutsummaryrefslogtreecommitdiffstats
path: root/ui-tree.h
blob: 2e0851f2d53f69f6930889581b8000167f05b3db (plain)
1
2
3
4
5
6
7
#ifndef UI_TREE_H
#define UI_TREE_H

extern void cgit_print_tree(const char *rev, char *path);
extern void cgit_grep(const char *rev, char *path, char *grep);

#endif /* UI_TREE_H */