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_e_externs.h)11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/ft_e_externs.h b/src/f_chdir.h
index 5e02353..c4136af 100644
--- a/src/ft_e_externs.h
+++ b/src/f_chdir.h
@@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* ft_e_externs.h :+: :+: :+: */
+/* f_chdir.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -10,12 +10,11 @@
/* */
/* ************************************************************************** */
-#ifndef FT_E_EXTERNS_H
-#define FT_E_EXTERNS_H
+#ifndef F_CHDIR_H
+#define F_CHDIR_H
-#include "ft_s_struct.h"
+#include "s_struct.h"
-void ft_e_extern(t_lcom *ptr,
- t_msh *msh);
+void f_fail_chd(const char concern[], const char pathp[], t_msh *msh);
#endif