diff options
Diffstat (limited to 'src/p_lblock_next.h')
-rw-r--r-- | src/p_lblock_next.h | 3 |
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); |