diff options
Diffstat (limited to 'src/p_lcom_next.h')
-rw-r--r-- | src/p_lcom_next.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |