X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/29b37e9781ce1bb04e558c7490d2c29eb1a477e5..8eef4589d0ba80fd4e6a9ce2f3ca4fcf266a64e0:/ui-blob.h?ds=sidebyside diff --git a/ui-blob.h b/ui-blob.h index dad275a..16847b2 100644 --- a/ui-blob.h +++ b/ui-blob.h @@ -1,6 +1,8 @@ #ifndef UI_BLOB_H #define UI_BLOB_H -extern void cgit_print_blob(const char *hex, char *path, const char *head); +extern int cgit_ref_path_exists(const char *path, const char *ref, int file_only); +extern int cgit_print_file(char *path, const char *head, int file_only); +extern void cgit_print_blob(const char *hex, char *path, const char *head, int file_only); #endif /* UI_BLOB_H */