]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
run-command: treat inaccessible directories as ENOENT
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 10afd71d435920a3cc2152208a06058791ea7a04..5067226c2f70743a7ff61ec136501b829920f250 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1261,4 +1261,6 @@ extern struct startup_info *startup_info;
 /* builtin/merge.c */
 int checkout_fast_forward(const unsigned char *from, const unsigned char *to);
 
+int sane_execvp(const char *file, char *const argv[]);
+
 #endif /* CACHE_H */