diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-22 23:48:09 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-22 23:48:09 +0200 |
commit | 0bb60bc035d22d11c490d243fa7bc0292577c371 (patch) | |
tree | fbde024a63c2262ef37e43a6ef54632c45afb71f /src/ft_p_lcom.h | |
parent | Implementing redirections (diff) | |
download | 42-minishell-0bb60bc035d22d11c490d243fa7bc0292577c371.tar.gz 42-minishell-0bb60bc035d22d11c490d243fa7bc0292577c371.tar.bz2 42-minishell-0bb60bc035d22d11c490d243fa7bc0292577c371.tar.xz 42-minishell-0bb60bc035d22d11c490d243fa7bc0292577c371.tar.zst 42-minishell-0bb60bc035d22d11c490d243fa7bc0292577c371.zip |
Gathering rdrpath successfully
Diffstat (limited to '')
-rw-r--r-- | src/ft_p_lcom.h | 2 |
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, |