summaryrefslogtreecommitdiffstats
path: root/src/p_redirs.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-26 20:12:09 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-26 20:12:09 +0200
commit04d0fd969ba2c766928393be9482f33a2acf0774 (patch)
tree7b8f729e49481fb18053fdcd2c984933d967936a /src/p_redirs.h
parentFixed qwe>~/qweqwe (diff)
download42-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.h7
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