X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=run-command.h;h=4f2b7d7d403ee6d87fea5ba2dc32da7596965e5e;hb=58245a5e40e1f95976a4f0fd53c2e8d3a1c3c763;hp=5203a9ebb10b14bd06862abafed0ab73d7514a3d;hpb=a0653d550524a0263d36fde6a8cf98941dd057ab;p=git.git diff --git a/run-command.h b/run-command.h index 5203a9ebb..4f2b7d7d4 100644 --- a/run-command.h +++ b/run-command.h @@ -42,6 +42,7 @@ struct child_process { unsigned no_stderr:1; unsigned git_cmd:1; /* if this is to be git sub-command */ unsigned stdout_to_stderr:1; + void (*preexec_cb)(void); }; int start_command(struct child_process *);