summaryrefslogtreecommitdiffstats
path: root/src/b_echo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/b_echo.h')
-rw-r--r--src/b_echo.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/b_echo.h b/src/b_echo.h
index ba4698e..391252f 100644
--- a/src/b_echo.h
+++ b/src/b_echo.h
@@ -10,13 +10,13 @@
/* */
/* ************************************************************************** */
-#ifndef B_ECHO_H
-#define B_ECHO_H
+#ifndef FT_B_ECHO_H
+# define FT_B_ECHO_H
-#include <stdint.h>
+# include <stdint.h>
-#include "s_struct.h"
+# include "s_struct.h"
-uint8_t b_echo(char *args[], t_msh *msh);
+uint8_t b_echo(char *args[], t_msh *msh);
#endif