the repository which powers this website
Diffstat (limited to 'ui-tree.h')
| -rw-r--r-- | ui-tree.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ #ifndef UI_TREE_H #define UI_TREE_H -extern void cgit_print_tree(const char *rev, char *path); +extern void cgit_tree_print_binary_buffer(char *buf, unsigned long size); +extern void cgit_tree_print_text_buffer(const char *name, char *buf, unsigned long size); + +extern void cgit_print_tree(); #endif /* UI_TREE_H */ |