summaryrefslogtreecommitdiffstats
path: root/src/m_loop_counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_loop_counter.h')
-rw-r--r--src/m_loop_counter.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/m_loop_counter.h b/src/m_loop_counter.h
index 3762c2f..eb4d4e5 100644
--- a/src/m_loop_counter.h
+++ b/src/m_loop_counter.h
@@ -13,12 +13,11 @@
#ifndef M_LOOP_COUNTER_H
# define M_LOOP_COUNTER_H
-# include <stdint.h>
# include "s_struct.h"
-char *m_counter_line_backslash(int32_t fd, uint8_t psx, char *l, t_msh *msh);
-char *m_counter_line_pipes(int32_t fd, uint8_t psx, char *line, t_msh *msh);
-char *m_counter_line_quotes(int32_t fd, uint8_t psx, char *line, t_msh *msh);
+char *m_counter_line_backslash(int fd, unsigned char psx, char *l, t_msh *msh);
+char *m_counter_line_pipes(int fd, unsigned char psx, char *line, t_msh *msh);
+char *m_counter_line_quotes(int fd, unsigned char psx, char *line, t_msh *msh);
#endif