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