diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_p_lcom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ft_p_lcom.h b/src/ft_p_lcom.h index 556045b..4cbce6a 100644 --- a/src/ft_p_lcom.h +++ b/src/ft_p_lcom.h @@ -16,6 +16,8 @@ #include <stdint.h> #include "ft_s_struct.h" +void ft_get_redir(const char word[], + t_lcom **link); int8_t ft_p_lcom(const char line[], const uint64_t count, t_msh *msh); |