summaryrefslogtreecommitdiffstats
path: root/src/m_loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_loop.h')
-rw-r--r--src/m_loop.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/m_loop.h b/src/m_loop.h
index a8bc871..d494742 100644
--- a/src/m_loop.h
+++ b/src/m_loop.h
@@ -13,11 +13,10 @@
#ifndef M_LOOP_H
# define M_LOOP_H
-# include <stdint.h>
# include "s_struct.h"
void m_dump_hist(char hist[], t_msh *msh);
-uint8_t m_loop(int32_t fd, t_msh *msh);
+unsigned char m_loop(int fd, t_msh *msh);
#endif