From 10d6582dbdf76afaf1fbe89fa1c23e59182f0945 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 30 Sep 2020 20:31:49 +0200 Subject: Normed e_pipes --- src/e_pipes.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/e_pipes.c b/src/e_pipes.c index f9c9f72..be647b9 100644 --- a/src/e_pipes.c +++ b/src/e_pipes.c @@ -87,7 +87,7 @@ static void e_pipe_exec_path(char *fullpath[], msh->ret = WEXITSTATUS(status); } -static char *e_get_current_path(struct s_lpipes *rptr, t_msh *msh) +static char *e_get_current_path(struct s_lpipes *rptr, t_msh *msh) { char tmp[PATH_MAX]; char *path; @@ -115,7 +115,7 @@ static char *e_get_current_path(struct s_lpipes *rptr, t_msh *msh) return (path); } -static char **e_get_fullpath(size_t pipes, t_msh *msh) +static char **e_get_fullpath(size_t pipes, t_msh *msh) { struct s_lpipes *rptr; char **fullpath; @@ -135,7 +135,7 @@ static char **e_get_fullpath(size_t pipes, t_msh *msh) return (fullpath); } -void e_pipes(t_msh *msh) +void e_pipes(t_msh *msh) { const size_t pipes = e_get_pipes_count(msh->pipes); char **fullpath; -- cgit v1.2.3