summaryrefslogtreecommitdiffstats
path: root/src/m_argv.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_argv.h (renamed from src/ft_b_env.h)12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ft_b_env.h b/src/m_argv.h
index 192c5d9..8d12d05 100644
--- a/src/ft_b_env.h
+++ b/src/m_argv.h
@@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* ft_b_env.h :+: :+: :+: */
+/* m_argv.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -10,13 +10,13 @@
/* */
/* ************************************************************************** */
-#ifndef FT_B_ENV_H
-#define FT_B_ENV_H
+#ifndef M_ARGV_H
+#define M_ARGV_H
#include <stdint.h>
-#include "ft_s_struct.h"
-uint8_t ft_b_env(char *args[],
- t_msh *msh);
+#include "s_struct.h"
+
+uint8_t m_argv(int argc, char *const argv[], t_msh *msh);
#endif