summaryrefslogtreecommitdiffstats
path: root/src/p_args.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-05 18:40:28 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-05 18:40:28 +0200
commitc75434256658e3009a5c61d02524cb49492bd120 (patch)
tree67715ca37c63883b84050598970e98eeeb1e2c67 /src/p_args.h
parentBetter defines (diff)
download42-minishell-c75434256658e3009a5c61d02524cb49492bd120.tar.gz
42-minishell-c75434256658e3009a5c61d02524cb49492bd120.tar.bz2
42-minishell-c75434256658e3009a5c61d02524cb49492bd120.tar.xz
42-minishell-c75434256658e3009a5c61d02524cb49492bd120.tar.zst
42-minishell-c75434256658e3009a5c61d02524cb49492bd120.zip
Clean af
Diffstat (limited to 'src/p_args.h')
-rw-r--r--src/p_args.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/p_args.h b/src/p_args.h
index 27f5729..899f7ea 100644
--- a/src/p_args.h
+++ b/src/p_args.h
@@ -15,10 +15,6 @@
#include <stdint.h>
-uint16_t p_count_args(const char *head,
- char *ptr,
- uint16_t argc,
- size_t start[]);
char **p_split_args(const char word[], int8_t redir);
#endif