summaryrefslogtreecommitdiffstats
path: root/src/p_lblock.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/p_lblock.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/p_lblock.h b/src/p_lblock.h
index b5052f3..88a8b1e 100644
--- a/src/p_lblock.h
+++ b/src/p_lblock.h
@@ -10,12 +10,12 @@
/* */
/* ************************************************************************** */
-#ifndef P_LCOM_H
-#define P_LCOM_H
+#ifndef FT_P_LCOM_H
+# define FT_P_LCOM_H
-#include <stdint.h>
+# include <stdint.h>
-#include "s_struct.h"
+# include "s_struct.h"
int8_t p_line_block(const char line[], t_msh *msh);