refs.c: allow listing and deleting badly named refs
[gitweb.git] / run-command.h
index 5484400aa6044a6c24ab444ebf0af06404863712..1b135d1c960aa58e2fa4ad44ecc195835daac69a 100644 (file)
@@ -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 *);