summaryrefslogtreecommitdiffstats
path: root/src/m_funptr.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_funptr.h (renamed from src/ft_s_destroy.h)10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ft_s_destroy.h b/src/m_funptr.h
index 68a5c09..1a0f198 100644
--- a/src/ft_s_destroy.h
+++ b/src/m_funptr.h
@@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* ft_s_destroy.h :+: :+: :+: */
+/* m_funptr.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -10,11 +10,11 @@
/* */
/* ************************************************************************** */
-#ifndef FT_S_DESTROY_H
-#define FT_S_DESTROY_H
+#ifndef M_FUNPTR_H
+#define M_FUNPTR_H
-#include "ft_s_struct.h"
+#include "s_struct.h"
-void ft_s_destroy(t_msh *msh);
+void init_buptr(t_msh *msh);
#endif