diff options
Diffstat (limited to 'src/f_alloc.h')
-rw-r--r-- | src/f_alloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/f_alloc.h b/src/f_alloc.h index a520eeb..6a72088 100644 --- a/src/f_alloc.h +++ b/src/f_alloc.h @@ -15,6 +15,7 @@ # include "s_struct.h" +void f_alloc(t_msh *msh); void f_alloc_and_destroy_msh(t_msh *msh); void f_alloc_and_clear_line(t_msh *msh); |