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.h9
1 files changed, 3 insertions, 6 deletions
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