X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=run-command.h;h=4f2b7d7d403ee6d87fea5ba2dc32da7596965e5e;hb=ea3594e04184475226109a21e71c539ff5f139fd;hp=5203a9ebb10b14bd06862abafed0ab73d7514a3d;hpb=d96ca27e1089a190139591ac365873f26bffcf5c;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 *);