diff options
Diffstat (limited to '')
-rw-r--r-- | src/b_unset.c (renamed from src/ft_b_unset.c) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ft_b_unset.c b/src/b_unset.c index a382aca..92db749 100644 --- a/src/ft_b_unset.c +++ b/src/b_unset.c @@ -1,7 +1,7 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* ft_b_unset.c :+: :+: :+: */ +/* b_unset.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ @@ -11,10 +11,11 @@ /* ************************************************************************** */ #include <stdint.h> -#include "ft_s_struct.h" + +#include "s_struct.h" uint8_t - ft_b_unset(char *args[], + b_unset(char *args[], t_msh *msh) { (void)args; |