diff options
Diffstat (limited to 'src/ft_s_lcom.h')
-rw-r--r-- | src/ft_s_lcom.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ft_s_lcom.h b/src/ft_s_lcom.h index 6db58d3..ea78d6f 100644 --- a/src/ft_s_lcom.h +++ b/src/ft_s_lcom.h @@ -15,11 +15,9 @@ #include "ft_s_struct.h" -void ft_lcom_add_back(t_lcom **alcom, - t_lcom *new); +void ft_lcom_add_back(t_lcom **alcom, t_lcom *new); void ft_lcom_clear(t_lcom **lcom); -t_lcom *ft_lcom_new(const char word[], - t_msh *msh); +t_lcom *ft_lcom_new(const char word[], t_msh *msh); t_lcom *ft_lcom_last(t_lcom *lcom); #endif |