struct ref_dir: store a reference to the enclosing ref_cache
[gitweb.git] / compat / mingw.h
index dcd1f6b5816d82056780900e03bfc9cdae04860d..61a652138ac7b7ef412bbc15e6ce479db158b181 100644 (file)
@@ -275,9 +275,9 @@ int mingw_utime(const char *file_name, const struct utimbuf *times);
 pid_t mingw_spawnvpe(const char *cmd, const char **argv, char **env,
                     const char *dir,
                     int fhin, int fhout, int fherr);
-void mingw_execvp(const char *cmd, char *const *argv);
+int mingw_execvp(const char *cmd, char *const *argv);
 #define execvp mingw_execvp
-void mingw_execv(const char *cmd, char *const *argv);
+int mingw_execv(const char *cmd, char *const *argv);
 #define execv mingw_execv
 
 static inline unsigned int git_ntohl(unsigned int x)