From c5aae008dee36276154882d8fd56c3bdeb473474 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 27 Oct 2020 19:59:20 +0100 Subject: Now norme --- src/m_loop_multis.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/m_loop_multis.h') diff --git a/src/m_loop_multis.h b/src/m_loop_multis.h index 237f698..bdb6273 100644 --- a/src/m_loop_multis.h +++ b/src/m_loop_multis.h @@ -13,11 +13,10 @@ #ifndef M_LOOP_MULTIS_H # define M_LOOP_MULTIS_H -# include # include "s_struct.h" -char *m_check_multi_quotes(int32_t fd, char line[], t_msh *msh); -char *m_check_multis(int32_t fd, char line[], t_msh *msh); +char *m_check_multi_quotes(int fd, char line[], t_msh *msh); +char *m_check_multis(int fd, char line[], t_msh *msh); #endif -- cgit v1.2.3