summaryrefslogtreecommitdiffstats
path: root/src/p_lblock_next.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 14:50:05 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 14:50:05 +0200
commit21e8d2c8587aef5717727094d23d87feffeb1f71 (patch)
tree6ecd96827636a02d8362768e59901a654704d343 /src/p_lblock_next.h
parentNormed p_subst_alias (diff)
download42-minishell-21e8d2c8587aef5717727094d23d87feffeb1f71.tar.gz
42-minishell-21e8d2c8587aef5717727094d23d87feffeb1f71.tar.bz2
42-minishell-21e8d2c8587aef5717727094d23d87feffeb1f71.tar.xz
42-minishell-21e8d2c8587aef5717727094d23d87feffeb1f71.tar.zst
42-minishell-21e8d2c8587aef5717727094d23d87feffeb1f71.zip
Normed stuff
Diffstat (limited to 'src/p_lblock_next.h')
-rw-r--r--src/p_lblock_next.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/p_lblock_next.h b/src/p_lblock_next.h
index 5d8aeb8..fecb50f 100644
--- a/src/p_lblock_next.h
+++ b/src/p_lblock_next.h
@@ -18,8 +18,7 @@
# include "s_struct.h"
-void p_subst_vars(char word[], t_msh *msh);
-char **p_subst_args(const char word[], int8_t redir);
+/* char **p_subst_args(const char word[], int8_t redir); */
char **p_check_args_equals(char *words[], t_msh *msh);
#endif