about summary refs log tree commit diff stats
path: root/ui-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui-tree.h')
-rw-r--r--ui-tree.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui-tree.h b/ui-tree.h new file mode 100644 index 0000000..bbd34e3 --- /dev/null +++ b/ui-tree.h
@@ -0,0 +1,6 @@
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 */