diff options
Diffstat (limited to '')
-rw-r--r-- | src/p_lblock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p_lblock.h b/src/p_lblock.h index 796c684..6d4a023 100644 --- a/src/p_lblock.h +++ b/src/p_lblock.h @@ -18,6 +18,6 @@ #include "s_struct.h" int8_t p_get_redir(const char word[], t_com **com); -int8_t p_lcom(const char line[], t_msh *msh); +int8_t p_line_block(const char line[], t_msh *msh); #endif |