summaryrefslogtreecommitdiffstats
path: root/src/p_lblock_next.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-12 16:33:02 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-12 16:33:02 +0200
commit949f93b57b6411b07eb12110e0db37cdf393db0c (patch)
treece90ac0b84cbdab7c3ea2c47c8397310045db386 /src/p_lblock_next.h
parentFix (diff)
download42-minishell-949f93b57b6411b07eb12110e0db37cdf393db0c.tar.gz
42-minishell-949f93b57b6411b07eb12110e0db37cdf393db0c.tar.bz2
42-minishell-949f93b57b6411b07eb12110e0db37cdf393db0c.tar.xz
42-minishell-949f93b57b6411b07eb12110e0db37cdf393db0c.tar.zst
42-minishell-949f93b57b6411b07eb12110e0db37cdf393db0c.zip
Fuck
Diffstat (limited to 'src/p_lblock_next.h')
-rw-r--r--src/p_lblock_next.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/p_lblock_next.h b/src/p_lblock_next.h
index 030be27..4ffdfcf 100644
--- a/src/p_lblock_next.h
+++ b/src/p_lblock_next.h
@@ -13,12 +13,13 @@
#ifndef P_LCOM_NEXT_H
#define P_LCOM_NEXT_H
+#include <libft.h>
#include <stdint.h>
#include "s_struct.h"
void p_subst_vars(char word[], t_msh *msh);
-void p_subst_alias(char word[], t_msh *msh);
+size_t p_subst_alias(char word[], t_bool reset, 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);