summaryrefslogtreecommitdiffstats
path: root/src/m_funptr.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_funptr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/m_funptr.h b/src/m_funptr.h
index 1a0f198..f97094e 100644
--- a/src/m_funptr.h
+++ b/src/m_funptr.h
@@ -10,10 +10,10 @@
/* */
/* ************************************************************************** */
-#ifndef M_FUNPTR_H
-#define M_FUNPTR_H
+#ifndef FT_M_FUNPTR_H
+# define FT_M_FUNPTR_H
-#include "s_struct.h"
+# include "s_struct.h"
void init_buptr(t_msh *msh);