summaryrefslogtreecommitdiffstats
path: root/src/p_lblock_next.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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