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