From 0bb60bc035d22d11c490d243fa7bc0292577c371 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 22 Apr 2020 23:48:09 +0200 Subject: Gathering rdrpath successfully --- src/ft_p_lcom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_p_lcom.h') diff --git a/src/ft_p_lcom.h b/src/ft_p_lcom.h index 4cbce6a..f3386e6 100644 --- a/src/ft_p_lcom.h +++ b/src/ft_p_lcom.h @@ -16,7 +16,7 @@ #include #include "ft_s_struct.h" -void ft_get_redir(const char word[], +int8_t ft_get_redir(const char word[], t_lcom **link); int8_t ft_p_lcom(const char line[], const uint64_t count, -- cgit v1.2.3