X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/1b09cbd303d889ec2636127584d57b7f1b70c25e..2f8648ff7f5c7119ab035c134504f04eefe068fb:/ui-blob.h 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 */