summaryrefslogtreecommitdiffstats
path: root/src/p_redirs.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-20 18:33:13 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-20 18:33:13 +0200
commit6bbea3605494b5093e07423ebc4a52f1aecfb0e0 (patch)
tree69448c8f982398cac0ee225a13b0ca0ae4c48eb1 /src/p_redirs.h
parentBetter format (diff)
download42-minishell-6bbea3605494b5093e07423ebc4a52f1aecfb0e0.tar.gz
42-minishell-6bbea3605494b5093e07423ebc4a52f1aecfb0e0.tar.bz2
42-minishell-6bbea3605494b5093e07423ebc4a52f1aecfb0e0.tar.xz
42-minishell-6bbea3605494b5093e07423ebc4a52f1aecfb0e0.tar.zst
42-minishell-6bbea3605494b5093e07423ebc4a52f1aecfb0e0.zip
Its going well
Diffstat (limited to 'src/p_redirs.h')
-rw-r--r--src/p_redirs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p_redirs.h b/src/p_redirs.h
index d82c2e8..57294e3 100644
--- a/src/p_redirs.h
+++ b/src/p_redirs.h
@@ -17,6 +17,6 @@
#include "s_struct.h"
-int8_t p_redirs(char word[], t_com *com);
+int8_t p_redirs(char word[], t_com **com);
#endif