diff options
Diffstat (limited to 'src/ft_e_lcom.h')
-rw-r--r-- | src/ft_e_lcom.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ft_e_lcom.h b/src/ft_e_lcom.h index a273388..ccb1db4 100644 --- a/src/ft_e_lcom.h +++ b/src/ft_e_lcom.h @@ -16,7 +16,6 @@ #include <stdint.h> #include "ft_s_struct.h" -int32_t ft_e_lcom(t_lcom *lcom, - t_msh *msh); +int32_t ft_e_lcom(t_msh *msh); #endif |