2
0
mirror of https://git.zx2c4.com/cgit synced 2025-08-22 09:57:50 +00:00
cgit/ui-tree.h
Lars Hjemli c028b604ef Grep the source, Luke
This is a PoC for grepping the blobs in the current tree.

Signed-off-by: Lars Hjemli <larsh@hjemli.net>
2012-10-16 23:57:00 +02:00

8 lines
183 B
C

#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 */