]> git.ipfire.org Git - thirdparty/git.git/blobdiff - run-command.h
run-command: factor out child_process_clear()
[thirdparty/git.git] / run-command.h
index 263b9662adeba011adcd018f77b7ccbbcd53e94a..c850a57ea6bae33a164af135df2f1edfb0118f4a 100644 (file)
@@ -47,6 +47,7 @@ struct child_process {
 
 #define CHILD_PROCESS_INIT { NULL, ARGV_ARRAY_INIT, ARGV_ARRAY_INIT }
 void child_process_init(struct child_process *);
+void child_process_clear(struct child_process *);
 
 int start_command(struct child_process *);
 int finish_command(struct child_process *);