From 4543c3ba3222d47780ad3e091cfe6f3098cc2bca Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 6 Sep 2020 21:56:20 +0200 Subject: Stacked --- src/p_lcom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/p_lcom.h') diff --git a/src/p_lcom.h b/src/p_lcom.h index 2ff2c7e..796c684 100644 --- a/src/p_lcom.h +++ b/src/p_lcom.h @@ -17,7 +17,7 @@ #include "s_struct.h" -int8_t get_redir(const char word[], t_com **com); +int8_t p_get_redir(const char word[], t_com **com); int8_t p_lcom(const char line[], t_msh *msh); #endif -- cgit v1.2.3