Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Bugfix: stop if directory already exists
[gitweb.git]
/
run-command.h
diff --git
a/run-command.h
b/run-command.h
index 4f646139e5386d6f34d6cd777473876e17ab8d66..5ee0972241030d2f6d87a465c4726e6cc3ab803a 100644
(file)
--- a/
run-command.h
+++ b/
run-command.h
@@
-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