Commit 27a1b382c186dd4267924728344213de2a3692c3

Jakob Pfender 2011-06-07T14:15:55

Export gitfo_shallow_exists

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/fileops.h b/src/fileops.h
index f27f2c9..e20ce6f 100644
--- a/src/fileops.h
+++ b/src/fileops.h
@@ -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);