summaryrefslogtreecommitdiffstats
path: root/src/f_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/f_alloc.h')
-rw-r--r--src/f_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f_alloc.h b/src/f_alloc.h
index d309802..73f7a91 100644
--- a/src/f_alloc.h
+++ b/src/f_alloc.h
@@ -16,6 +16,6 @@
#include "s_struct.h"
void f_alloc_and_destroy_msh(t_msh *msh);
-void f_alloc_and_clear_lcom(t_msh *msh);
+void f_alloc_and_clear_line(t_msh *msh);
#endif