diff options
Diffstat (limited to 'src/e_externs_pipes.c')
-rw-r--r-- | src/e_externs_pipes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/e_externs_pipes.c b/src/e_externs_pipes.c index 320b31d..6f24435 100644 --- a/src/e_externs_pipes.c +++ b/src/e_externs_pipes.c @@ -44,7 +44,7 @@ static uint8_t } static void - e_extern_child(const char *fullpath, + e_pipe_child(const char *fullpath, t_com *ptr, t_msh *msh) { @@ -119,7 +119,7 @@ static void close(fd[j][FT_READ_END]); j++; } - e_extern_child(fullpath[i], head->com, msh); + e_pipe_child(fullpath[i], head->com, msh); } head = head->next; i++; |