diff options
Diffstat (limited to '')
-rw-r--r-- | src/f_chdir.c (renamed from src/ft_f_chdir.c) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ft_f_chdir.c b/src/f_chdir.c index 1386626..6bb0497 100644 --- a/src/ft_f_chdir.c +++ b/src/f_chdir.c @@ -1,7 +1,7 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* ft_f_chdir.c :+: :+: :+: */ +/* f_chdir.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ @@ -15,10 +15,10 @@ #include <errno.h> #include <unistd.h> -#include "ft_s_struct.h" +#include "s_struct.h" void - ft_fail_chd(const char concern[], + fail_chd(const char concern[], const char path[], t_msh *msh) { |