Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
refs.c: allow listing and deleting badly named refs
[gitweb.git]
/
run-command.h
diff --git
a/run-command.h
b/run-command.h
index 5484400aa6044a6c24ab444ebf0af06404863712..1b135d1c960aa58e2fa4ad44ecc195835daac69a 100644
(file)
--- a/
run-command.h
+++ b/
run-command.h
@@
-45,6
+45,7
@@
struct child_process {
};
#define CHILD_PROCESS_INIT { NULL, ARGV_ARRAY_INIT }
+void child_process_init(struct child_process *);
int start_command(struct child_process *);
int finish_command(struct child_process *);