t/t2025-worktree-add.sh: use the $( ... ) construct for command substitution
[gitweb.git] / run-command.h
index 629fab7ae0b2af5c0ada5977a11f862de4cdd273..12bb26c2a6155750203babfec47b08e8bde0ad27 100644 (file)
@@ -47,9 +47,11 @@ 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 *);
+int finish_command_in_signal(struct child_process *);
 int run_command(struct child_process *);
 
 /*