diff options
Diffstat (limited to 'src/b_h.h')
-rw-r--r-- | src/b_h.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,10 +13,9 @@ #ifndef B_H_H # define B_H_H -# include <stdint.h> # include "s_struct.h" -uint8_t b_h(char *args[], t_msh *msh); +unsigned char b_h(char *args[], t_msh *msh); #endif |