diff options
Diffstat (limited to '')
-rw-r--r-- | src/b_alias.h (renamed from src/p_lcom_next.h) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/p_lcom_next.h b/src/b_alias.h index 51106e0..83b1878 100644 --- a/src/p_lcom_next.h +++ b/src/b_alias.h @@ -1,7 +1,7 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* p_line_next.h :+: :+: :+: */ +/* b_alias.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ @@ -10,14 +10,14 @@ /* */ /* ************************************************************************** */ -#ifndef P_LCOM_NEXT_H -#define P_LCOM_NEXT_H +#ifndef B_ALIAS_H +#define B_ALIAS_H #include <stdint.h> #include "s_struct.h" -char **p_subst_vars(char *words[], t_msh *msh); -char **p_check_args_equals(char *words[], t_msh *msh); +uint8_t b_alias(char *args[], t_msh *msh); +void b_alias_mute(char *args[], t_msh *msh); #endif |