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