summaryrefslogtreecommitdiffstats
path: root/src/p_lcom_next.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_lcom_next.h')
-rw-r--r--src/p_lcom_next.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/p_lcom_next.h b/src/p_lcom_next.h
index f9ae416..dea86bd 100644
--- a/src/p_lcom_next.h
+++ b/src/p_lcom_next.h
@@ -19,6 +19,7 @@
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