]> git.ipfire.org Git - thirdparty/git.git/blobdiff - run-command.h
Have start_command() create a pipe to read the stderr of the child.
[thirdparty/git.git] / run-command.h
index 7958eb1e0b7a927019460e06d7a01622eddf81df..35b9fb61f17e6b178f76c05ccd761b4a34c661bf 100644 (file)
@@ -16,6 +16,7 @@ struct child_process {
        pid_t pid;
        int in;
        int out;
+       int err;
        const char *dir;
        const char *const *env;
        unsigned close_in:1;