summaryrefslogtreecommitdiffstats
path: root/src/ft_p_lcom.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_p_lcom.h2
1 files changed, 1 insertions, 1 deletions
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 <stdint.h>
#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,