Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ui-tree.h - git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 */