]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Add display of tree content w/ui-tree.c
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index c9554a7ae759d5748df6570250e74232271944be..2fdfab3edf700d3fe8154d44b80c3dbe18394038 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -83,5 +83,6 @@ extern void cgit_print_repolist(struct cacheitem *item);
 extern void cgit_print_summary();
 extern void cgit_print_log(const char *tip, int ofs, int cnt);
 extern void cgit_print_view(char *hex);
+extern void cgit_print_tree(const char *sha1);
 
 #endif /* CGIT_H */