mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
We want to get rid of spawn-pipe.*, but these functions will be needed. On the way, the function signature was changed to avoid warnings about incompatible pointer types when the argument is the global variable "environ".
3 lines
206 B
C
3 lines
206 B
C
int spawnvppe_pipe(const char *cmd, const char **argv, const char **env, char **path, int pin[], int pout[]);
|
|
int spawnvpe_pipe(const char *cmd, const char **argv, const char **env, int pin[], int pout[]);
|