summaryrefslogtreecommitdiffstats
path: root/src/b_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/b_type.h')
-rw-r--r--src/b_type.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/b_type.h b/src/b_type.h
index e27d836..ae3b96f 100644
--- a/src/b_type.h
+++ b/src/b_type.h
@@ -13,10 +13,9 @@
#ifndef B_TYPE_H
# define B_TYPE_H
-# include <stdint.h>
# include "s_struct.h"
-uint8_t b_type(char *args[], t_msh *msh);
+unsigned char b_type(char *args[], t_msh *msh);
#endif