From caa35c6770ea21112ccf38d8637d15f2bc717ea6 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 31 Jul 2020 19:25:39 +0200 Subject: Stuff to fix --- src/p_lcom_next.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/p_lcom_next.h') diff --git a/src/p_lcom_next.h b/src/p_lcom_next.h index ad5c5c5..cd1ef0d 100644 --- a/src/p_lcom_next.h +++ b/src/p_lcom_next.h @@ -17,10 +17,11 @@ #include "s_struct.h" -char **subst_vars(char *words[], +char **p_subst_vars(char *words[], t_msh *msh); -char **subst_args(const char word[], +char **p_subst_args(const char word[], int8_t redir); -char **p_check_first_arg_equals(char *words[]); +char **p_check_args_equals(char *words[], + t_msh *msh); #endif -- cgit v1.2.3