X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/71ebcbe23ab548e5c0ad40aa8be5741654ed3201..f97c707a3b975d32910331f72783ec3044e3c0ee:/cgit.h diff --git a/cgit.h b/cgit.h index 2ff5340..f01f6c9 100644 --- a/cgit.h +++ b/cgit.h @@ -230,7 +230,7 @@ extern void cgit_print_tree(const char *rev, char *path); extern void cgit_print_commit(char *hex); extern void cgit_print_diff(const char *new_hex, const char *old_hex); extern void cgit_print_snapshot(struct cacheitem *item, const char *hex, - const char *format, const char *prefix, - const char *filename); + const char *prefix, const char *filename); +extern void cgit_print_snapshot_links(const char *repo, const char *hex); #endif /* CGIT_H */