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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/f_alloc.h b/src/f_alloc.h
index 34a5e7d..d309802 100644
--- a/src/f_alloc.h
+++ b/src/f_alloc.h
@@ -15,7 +15,7 @@
#include "s_struct.h"
-void f_fail_alloc(t_msh *msh);
-void f_fail_alloc_and_destroy(t_msh *msh);
+void f_alloc_and_destroy_msh(t_msh *msh);
+void f_alloc_and_clear_lcom(t_msh *msh);
#endif