diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-26 20:12:09 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-26 20:12:09 +0200 |
commit | 04d0fd969ba2c766928393be9482f33a2acf0774 (patch) | |
tree | 7b8f729e49481fb18053fdcd2c984933d967936a /src/p_redirs.h | |
parent | Fixed qwe>~/qweqwe (diff) | |
download | 42-minishell-04d0fd969ba2c766928393be9482f33a2acf0774.tar.gz 42-minishell-04d0fd969ba2c766928393be9482f33a2acf0774.tar.bz2 42-minishell-04d0fd969ba2c766928393be9482f33a2acf0774.tar.xz 42-minishell-04d0fd969ba2c766928393be9482f33a2acf0774.tar.zst 42-minishell-04d0fd969ba2c766928393be9482f33a2acf0774.zip |
<<EOF in progress
Diffstat (limited to 'src/p_redirs.h')
-rw-r--r-- | src/p_redirs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/p_redirs.h b/src/p_redirs.h index 67e8ab1..3845a65 100644 --- a/src/p_redirs.h +++ b/src/p_redirs.h @@ -17,6 +17,13 @@ #include "s_struct.h" +struct s_rdr_tmp +{ + const char *word; + char *ptr; + int8_t redir; +}; + int8_t p_redirs(char word[], t_com **com, t_msh *msh); #endif |