summaryrefslogtreecommitdiffstats
path: root/src/p_redirs.h
diff options
context:
space:
mode:
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