]> git.ipfire.org Git - thirdparty/git.git/blame - exec_cmd.h
Have start_command() create a pipe to read the stderr of the child.
[thirdparty/git.git] / exec_cmd.h
CommitLineData
e0173ad9
JH
1#ifndef GIT_EXEC_CMD_H
2#define GIT_EXEC_CMD_H
77cb17e9
MO
3
4extern void git_set_exec_path(const char *exec_path);
5extern const char* git_exec_path(void);
9201c707
JH
6extern int execv_git_cmd(const char **argv); /* NULL terminated */
7extern int execl_git_cmd(const char *cmd, ...);
77cb17e9
MO
8
9
e0173ad9 10#endif /* GIT_EXEC_CMD_H */