summaryrefslogtreecommitdiffstats
path: root/src/ft_s_lcom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_s_lcom.h')
-rw-r--r--src/ft_s_lcom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ft_s_lcom.h b/src/ft_s_lcom.h
index eae0501..6db58d3 100644
--- a/src/ft_s_lcom.h
+++ b/src/ft_s_lcom.h
@@ -18,7 +18,8 @@
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_lcom *ft_lcom_new(const char word[],
+ t_msh *msh);
t_lcom *ft_lcom_last(t_lcom *lcom);
#endif