summaryrefslogtreecommitdiffstats
path: root/src/p_args.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-20 15:24:18 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-20 15:24:18 +0200
commit00f646697e6d30d047e0b1e09ae0e55d216ce730 (patch)
treeeb9a7a0734ba0caf46debb0fe7a30442f84af743 /src/p_args.h
parentRedirs rework in progress (diff)
download42-minishell-00f646697e6d30d047e0b1e09ae0e55d216ce730.tar.gz
42-minishell-00f646697e6d30d047e0b1e09ae0e55d216ce730.tar.bz2
42-minishell-00f646697e6d30d047e0b1e09ae0e55d216ce730.tar.xz
42-minishell-00f646697e6d30d047e0b1e09ae0e55d216ce730.tar.zst
42-minishell-00f646697e6d30d047e0b1e09ae0e55d216ce730.zip
In progress
Diffstat (limited to '')
-rw-r--r--src/p_args.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p_args.h b/src/p_args.h
index fa61d92..42db6c0 100644
--- a/src/p_args.h
+++ b/src/p_args.h
@@ -15,6 +15,6 @@
#include <stdint.h>
-char **p_split_args(char word[], int8_t redir);
+char **p_split_args(char word[]);
#endif