Export gitfo_shallow_exists

This commit is contained in:
Jakob Pfender 2011-06-07 14:15:55 +02:00
parent fdd1e04ce7
commit 27a1b382c1

View File

@ -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);