Code

merge-one-file: remove empty directories
[git.git] / run-command.h
index 4f646139e5386d6f34d6cd777473876e17ab8d66..5ee0972241030d2f6d87a465c4726e6cc3ab803a 100644 (file)
@@ -11,6 +11,7 @@ enum {
        ERR_RUN_COMMAND_WAITPID_NOEXIT,
 };
 
+int run_command_v(int argc, char **argv);
 int run_command(const char *cmd, ...);
 
 #endif