summaryrefslogtreecommitdiffstats
path: root/src/p_lcom_next.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/p_lcom_next.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p_lcom_next.h b/src/p_lcom_next.h
index dea86bd..8fbbb99 100644
--- a/src/p_lcom_next.h
+++ b/src/p_lcom_next.h
@@ -17,7 +17,7 @@
#include "s_struct.h"
-char **p_subst_vars(char *words[], t_msh *msh);
+char *p_subst_vars(char word[], 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);