From 2ed2a9d739b6dd3be489792ef510b1f2085ab4ce Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 3 Aug 2020 16:56:17 +0200 Subject: Cleaner headers --- src/p_lcom_next.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/p_lcom_next.h') diff --git a/src/p_lcom_next.h b/src/p_lcom_next.h index cd1ef0d..2d0ae98 100644 --- a/src/p_lcom_next.h +++ b/src/p_lcom_next.h @@ -17,11 +17,8 @@ #include "s_struct.h" -char **p_subst_vars(char *words[], - t_msh *msh); -char **p_subst_args(const char word[], - int8_t redir); -char **p_check_args_equals(char *words[], - t_msh *msh); +char **p_subst_vars(char *words[], t_msh *msh); +char **p_subst_args(const char word[], int8_t redir); +char **p_check_args_equals(char *words[], t_msh *msh); #endif -- cgit v1.2.3