diff options
Diffstat (limited to '')
-rw-r--r-- | src/e_externs_pipes.h (renamed from src/ft_b_cd.h) | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/ft_b_cd.h b/src/e_externs_pipes.h index e789cc0..6c242fb 100644 --- a/src/ft_b_cd.h +++ b/src/e_externs_pipes.h @@ -1,7 +1,7 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* ft_b_cd.h :+: :+: :+: */ +/* e_externs_pipes.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ @@ -10,13 +10,11 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_CD_H -#define FT_B_CD_H +#ifndef E_EXTERNS_PIPES_H +#define E_EXTERNS_PIPES_H -#include <stdint.h> -#include "ft_s_struct.h" +#include "s_struct.h" -uint8_t ft_b_cd(char *args[], - t_msh *msh); +void e_externs_pipes(struct s_lpipes *ptr, t_msh *msh); #endif |