From db381c5a5d8755937663a5ea61e655186f7606e7 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 30 Jul 2020 22:14:06 +0200 Subject: Not too bad --- src/p_lcom_next.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/p_lcom_next.h') 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 -- cgit v1.2.3