mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-03 23:59:05 +00:00
Export gitfo_shallow_exists
This commit is contained in:
parent
fdd1e04ce7
commit
27a1b382c1
@ -65,6 +65,7 @@ typedef struct { /* file io buffer */
|
||||
} gitfo_buf;
|
||||
|
||||
extern int gitfo_exists(const char *path);
|
||||
extern int gitfo_shallow_exists(const char *path);
|
||||
extern int gitfo_open(const char *path, int flags);
|
||||
extern int gitfo_creat(const char *path, int mode);
|
||||
extern int gitfo_creat_force(const char *path, int mode);
|
||||
|
Loading…
Reference in New Issue
Block a user