summaryrefslogtreecommitdiffstats
path: root/src/m_funptr.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-01 18:38:20 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-01 18:38:20 +0200
commit0f46c62ea7d960d0e9644fc459f8b5b6220d74b4 (patch)
treeae1e757a132757eb5dd141099475f6a596a934d5 /src/m_funptr.h
parentNormed m_comm (diff)
download42-minishell-0f46c62ea7d960d0e9644fc459f8b5b6220d74b4.tar.gz
42-minishell-0f46c62ea7d960d0e9644fc459f8b5b6220d74b4.tar.bz2
42-minishell-0f46c62ea7d960d0e9644fc459f8b5b6220d74b4.tar.xz
42-minishell-0f46c62ea7d960d0e9644fc459f8b5b6220d74b4.tar.zst
42-minishell-0f46c62ea7d960d0e9644fc459f8b5b6220d74b4.zip
Normed m_funptr
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);