Merge branch 'tk/typofix-connect-unknown-proto-error'
[gitweb.git] / run-command.h
index 5b4425a3cbe1aea2bae40c4e060e45ee2d7a29a5..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 *);
 
 /*
@@ -118,5 +119,6 @@ struct async {
 
 int start_async(struct async *async);
 int finish_async(struct async *async);
+int in_async(void);
 
 #endif