Merge branch 'tk/typofix-connect-unknown-proto-error'
[gitweb.git] / run-command.h
index 629fab7ae0b2af5c0ada5977a11f862de4cdd273..5428b048e2c49dec3e322ac2a46ffddd012e4c8d 100644 (file)
@@ -50,6 +50,7 @@ void child_process_init(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 *);
 
 /*