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