the repository which powers this website
Diffstat (limited to 'ui-tree.h')
| -rw-r--r-- | ui-tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ 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(); +extern void cgit_print_tree(void); #endif /* UI_TREE_H */ |