summaryrefslogtreecommitdiffstats
path: root/src/p_lblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_lblock.h')
-rw-r--r--src/p_lblock.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/p_lblock.h b/src/p_lblock.h
index 9f92beb..2b777fa 100644
--- a/src/p_lblock.h
+++ b/src/p_lblock.h
@@ -14,11 +14,10 @@
# define P_LBLOCK_H
# include <libft.h>
-# include <stdint.h>
# include "s_struct.h"
t_bool p_find_good_pipe(const char word[]);
-int8_t p_line_block(const char line[], t_msh *msh);
+char p_line_block(const char line[], t_msh *msh);
#endif