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