summaryrefslogtreecommitdiffstats
path: root/src/ft_p_lcom.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-22 22:54:14 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-22 22:54:14 +0200
commit91b822851212a43feca13a7f540c451074132c3d (patch)
tree22b11850fd656b0fbc08cfde206bd377773e1b67 /src/ft_p_lcom.h
parentStarting to do redirections (diff)
download42-minishell-91b822851212a43feca13a7f540c451074132c3d.tar.gz
42-minishell-91b822851212a43feca13a7f540c451074132c3d.tar.bz2
42-minishell-91b822851212a43feca13a7f540c451074132c3d.tar.xz
42-minishell-91b822851212a43feca13a7f540c451074132c3d.tar.zst
42-minishell-91b822851212a43feca13a7f540c451074132c3d.zip
Implementing redirections
Diffstat (limited to '')
-rw-r--r--src/ft_p_lcom.h2
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);