summaryrefslogtreecommitdiffstats
path: root/src/b_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/b_export.h')
-rw-r--r--src/b_export.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/b_export.h b/src/b_export.h
index 2634349..165fae4 100644
--- a/src/b_export.h
+++ b/src/b_export.h
@@ -10,13 +10,13 @@
/* */
/* ************************************************************************** */
-#ifndef B_EXPORT_H
-#define B_EXPORT_H
+#ifndef FT_B_EXPORT_H
+# define FT_B_EXPORT_H
-#include <libft.h>
-#include <stdint.h>
+# include <libft.h>
+# include <stdint.h>
-#include "s_struct.h"
+# include "s_struct.h"
t_bool check_valid_identifier(const char arg[]);
t_bool check_equals(const char *arg);