diff options
Diffstat (limited to 'src/m_loop_multis.h')
-rw-r--r-- | src/m_loop_multis.h | 5 |
1 files changed, 2 insertions, 3 deletions
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 <stdint.h> # 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 |