summaryrefslogtreecommitdiffstats
path: root/src/b_env.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/b_env.h (renamed from src/ft_b_pwd.h)11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/ft_b_pwd.h b/src/b_env.h
index 653c9e4..bd338ae 100644
--- a/src/ft_b_pwd.h
+++ b/src/b_env.h
@@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* ft_b_pwd.h :+: :+: :+: */
+/* b_env.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -10,13 +10,14 @@
/* */
/* ************************************************************************** */
-#ifndef FT_B_PWD_H
-#define FT_B_PWD_H
+#ifndef B_ENV_H
+#define B_ENV_H
#include <stdint.h>
-#include "ft_s_struct.h"
-uint8_t ft_b_pwd(char *args[],
+#include "s_struct.h"
+
+uint8_t b_env(char *args[],
t_msh *msh);
#endif