X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/6940b23b9e4698ba466a4616e4de77b986560ad3..2eea471a7821f1f8bf2a4ce61bb748dcb9f7fa17:/ui-blob.h?ds=inline diff --git a/ui-blob.h b/ui-blob.h index d7e7d45..16847b2 100644 --- a/ui-blob.h +++ b/ui-blob.h @@ -1,7 +1,8 @@ #ifndef UI_BLOB_H #define UI_BLOB_H -extern int cgit_print_file(char *path, const char *head); -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 */