summaryrefslogtreecommitdiffstats
path: root/src/m_loop_next.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_loop_next.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/m_loop_next.h b/src/m_loop_next.h
index 4c3e48a..b130627 100644
--- a/src/m_loop_next.h
+++ b/src/m_loop_next.h
@@ -13,12 +13,11 @@
#ifndef M_LOOP_NEXT_H
# define M_LOOP_NEXT_H
-# include <stdint.h>
# include "s_struct.h"
-char *m_check_multi_backslash(int32_t fd, char line[], t_msh *msh);
-char *m_check_multi_pipe(int32_t fd, char line[], t_msh *msh);
-char *m_check_multi_and(int32_t fd, char line[], t_msh *msh);
+char *m_check_multi_backslash(int fd, char line[], t_msh *msh);
+char *m_check_multi_pipe(int fd, char line[], t_msh *msh);
+char *m_check_multi_and(int fd, char line[], t_msh *msh);
#endif