summaryrefslogtreecommitdiffstats
path: root/src/p_lcom_next.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-30 22:14:06 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-30 22:14:06 +0200
commitdb381c5a5d8755937663a5ea61e655186f7606e7 (patch)
treee0cd8079eda191e838e994e8f31a83f838b6bf79 /src/p_lcom_next.h
parentDouble exit no more (diff)
download42-minishell-db381c5a5d8755937663a5ea61e655186f7606e7.tar.gz
42-minishell-db381c5a5d8755937663a5ea61e655186f7606e7.tar.bz2
42-minishell-db381c5a5d8755937663a5ea61e655186f7606e7.tar.xz
42-minishell-db381c5a5d8755937663a5ea61e655186f7606e7.tar.zst
42-minishell-db381c5a5d8755937663a5ea61e655186f7606e7.zip
Not too bad
Diffstat (limited to 'src/p_lcom_next.h')
-rw-r--r--src/p_lcom_next.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/p_lcom_next.h b/src/p_lcom_next.h
index 3113b6b..ad5c5c5 100644
--- a/src/p_lcom_next.h
+++ b/src/p_lcom_next.h
@@ -21,5 +21,6 @@ char **subst_vars(char *words[],
t_msh *msh);
char **subst_args(const char word[],
int8_t redir);
+char **p_check_first_arg_equals(char *words[]);
#endif