diff options
Diffstat (limited to 'src/p_lcom_next.h')
-rw-r--r-- | src/p_lcom_next.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/p_lcom_next.h b/src/p_lcom_next.h index dea86bd..51106e0 100644 --- a/src/p_lcom_next.h +++ b/src/p_lcom_next.h @@ -18,8 +18,6 @@ #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_subst_home(char *word[], t_msh *msh); char **p_check_args_equals(char *words[], t_msh *msh); #endif |