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.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/b_export_mute.h b/src/b_export_mute.h
index 7253f23..2c12b4a 100644
--- a/src/b_export_mute.h
+++ b/src/b_export_mute.h
@@ -10,15 +10,14 @@
/* */
/* ************************************************************************** */
+#ifndef FT_B_EXPORT_MUTE_H
+# define FT_B_EXPORT_MUTE_H
-#ifndef B_EXPORT_MUTE_H
-#define B_EXPORT_MUTE_H
+# include <stdint.h>
-#include <stdint.h>
+# include "b_export.h"
+# include "s_struct.h"
-#include "b_export.h"
-#include "s_struct.h"
-
-uint8_t b_export_mute(char *args[], t_msh *msh);
+uint8_t b_export_mute(char *args[], t_msh *msh);
#endif