Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint' of git://github.com/git-l10n/git-po into maint
[gitweb.git]
/
run-command.h
diff --git
a/run-command.h
b/run-command.h
index 5b4425a3cbe1aea2bae40c4e060e45ee2d7a29a5..275d35c442ac575f8f3f40aeb915cd0d341c776f 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 *);
/*