summaryrefslogtreecommitdiffstats
path: root/src/b_exit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/b_exit.h')
-rw-r--r--src/b_exit.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/b_exit.h b/src/b_exit.h
index 1c6ec05..47006cc 100644
--- a/src/b_exit.h
+++ b/src/b_exit.h
@@ -10,12 +10,12 @@
/* */
/* ************************************************************************** */
-#ifndef B_EXIT_H
-#define B_EXIT_H
+#ifndef FT_B_EXIT_H
+# define FT_B_EXIT_H
-#include <stdint.h>
+# include <stdint.h>
-#include "s_struct.h"
+# include "s_struct.h"
uint8_t b_exit(char *args[], t_msh *msh);