diff options
Diffstat (limited to '')
-rw-r--r-- | src/b_pwd.h (renamed from src/ft_b_env.h) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/ft_b_env.h b/src/b_pwd.h index 192c5d9..e165284 100644 --- a/src/ft_b_env.h +++ b/src/b_pwd.h @@ -1,7 +1,7 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* ft_b_env.h :+: :+: :+: */ +/* b_pwd.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ @@ -10,13 +10,14 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_ENV_H -#define FT_B_ENV_H +#ifndef B_PWD_H +#define B_PWD_H #include <stdint.h> -#include "ft_s_struct.h" -uint8_t ft_b_env(char *args[], +#include "s_struct.h" + +uint8_t b_pwd(char *args[], t_msh *msh); #endif |