Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'kn/for-each-branch'
[gitweb.git]
/
run-command.h
diff --git
a/run-command.h
b/run-command.h
index 629fab7ae0b2af5c0ada5977a11f862de4cdd273..5428b048e2c49dec3e322ac2a46ffddd012e4c8d 100644
(file)
--- a/
run-command.h
+++ b/
run-command.h
@@
-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 *);
/*