diff options
Diffstat (limited to '')
-rw-r--r-- | src/p_lblock.h (renamed from src/p_lcom.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/p_lcom.h b/src/p_lblock.h index 2ff2c7e..3979e31 100644 --- a/src/p_lcom.h +++ b/src/p_lblock.h @@ -1,7 +1,7 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* p_lcom.h :+: :+: :+: */ +/* p_lblock.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ @@ -17,7 +17,7 @@ #include "s_struct.h" -int8_t get_redir(const char word[], t_com **com); -int8_t p_lcom(const char line[], t_msh *msh); +int8_t p_get_redir(const char word[], t_com **com); +int8_t p_line_block(const char line[], t_msh *msh); #endif |