summaryrefslogtreecommitdiffstats
path: root/src/f_chdir.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/f_chdir.h (renamed from src/ft_f_chdir.h)10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ft_f_chdir.h b/src/f_chdir.h
index fae82d7..be9773b 100644
--- a/src/ft_f_chdir.h
+++ b/src/f_chdir.h
@@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* ft_f_chdir.h :+: :+: :+: */
+/* f_chdir.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -10,12 +10,12 @@
/* */
/* ************************************************************************** */
-#ifndef FT_F_CHDIR_H
-#define FT_F_CHDIR_H
+#ifndef F_CHDIR_H
+#define F_CHDIR_H
-#include "ft_s_struct.h"
+#include "s_struct.h"
-void ft_fail_chd(const char concern[],
+void fail_chd(const char concern[],
const char pathp[],
t_msh *msh);