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