summaryrefslogtreecommitdiffstats
path: root/src/b_export_mute.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-30 17:58:30 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-30 17:58:30 +0200
commit73b60e3c46ff9d90b11fa1ff73fc352089bc4e06 (patch)
tree9d039c43c4b8062994fb7c1bd7c223d92346d117 /src/b_export_mute.h
parentNormed (diff)
download42-minishell-73b60e3c46ff9d90b11fa1ff73fc352089bc4e06.tar.gz
42-minishell-73b60e3c46ff9d90b11fa1ff73fc352089bc4e06.tar.bz2
42-minishell-73b60e3c46ff9d90b11fa1ff73fc352089bc4e06.tar.xz
42-minishell-73b60e3c46ff9d90b11fa1ff73fc352089bc4e06.tar.zst
42-minishell-73b60e3c46ff9d90b11fa1ff73fc352089bc4e06.zip
Normed b_export_mute
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