From 75492244a377c8d5d61459a162d73d60dd32759e Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 26 Apr 2020 17:18:16 +0200 Subject: Tryna subst vars --- src/ft_p_lcom_next.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ft_p_lcom_next.h') diff --git a/src/ft_p_lcom_next.h b/src/ft_p_lcom_next.h index 6f0c2a8..54eefd2 100644 --- a/src/ft_p_lcom_next.h +++ b/src/ft_p_lcom_next.h @@ -15,6 +15,10 @@ #include +#include "ft_s_struct.h" + +char **ft_subst_vars(char *words[], + t_msh *msh); char **ft_subst_args(const char word[], int8_t redir); -- cgit v1.2.3