summaryrefslogtreecommitdiffstats
path: root/src/ft_b_env.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_b_env.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ft_b_env.h b/src/ft_b_env.h
index 3e843b0..192c5d9 100644
--- a/src/ft_b_env.h
+++ b/src/ft_b_env.h
@@ -16,7 +16,7 @@
#include <stdint.h>
#include "ft_s_struct.h"
-int32_t ft_b_env(char *args[],
- t_msh *msh);
+uint8_t ft_b_env(char *args[],
+ t_msh *msh);
#endif