]> git.ipfire.org Git - thirdparty/git.git/blobdiff - run-command.h
run-command.h: move declarations for run-command.c from cache.h
[thirdparty/git.git] / run-command.h
index 072db56a4dff15996889bded735dd02f2bc52e73..9e47f91d462c34ab55a0829afb1ed9f4d4261427 100644 (file)
@@ -564,4 +564,6 @@ enum start_bg_result start_bg_command(struct child_process *cmd,
                                      void *cb_data,
                                      unsigned int timeout_sec);
 
+int sane_execvp(const char *file, char *const argv[]);
+
 #endif