]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Add support for downloading single blobs
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 26152310e62e43f624b4510df79e64be2564aaf4..292e488b8a06d3bf4eb5dc34e8a629fd5735681e 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -156,6 +156,7 @@ 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, char *grep);
 extern void cgit_print_view(const char *hex, char *path);
+extern void cgit_print_blob(struct cacheitem *item, const char *hex, char *path);
 extern void cgit_print_tree(const char *hex, char *path);
 extern void cgit_print_commit(const char *hex);
 extern void cgit_print_diff(const char *old_hex, const char *new_hex);