summaryrefslogtreecommitdiffstats
path: root/src/ft_p_lcom_next.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-26 17:18:16 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-26 17:18:16 +0200
commit75492244a377c8d5d61459a162d73d60dd32759e (patch)
treec1d86b502143a97a7fde36db303bdab4a62ae2dd /src/ft_p_lcom_next.h
parentTodo update (diff)
download42-minishell-75492244a377c8d5d61459a162d73d60dd32759e.tar.gz
42-minishell-75492244a377c8d5d61459a162d73d60dd32759e.tar.bz2
42-minishell-75492244a377c8d5d61459a162d73d60dd32759e.tar.xz
42-minishell-75492244a377c8d5d61459a162d73d60dd32759e.tar.zst
42-minishell-75492244a377c8d5d61459a162d73d60dd32759e.zip
Tryna subst vars
Diffstat (limited to 'src/ft_p_lcom_next.h')
-rw-r--r--src/ft_p_lcom_next.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ft_p_lcom_next.h b/src/ft_p_lcom_next.h
index 6f0c2a8..54eefd2 100644
--- a/src/ft_p_lcom_next.h
+++ b/src/ft_p_lcom_next.h
@@ -15,6 +15,10 @@
#include <stdint.h>
+#include "ft_s_struct.h"
+
+char **ft_subst_vars(char *words[],
+ t_msh *msh);
char **ft_subst_args(const char word[],
int8_t redir);