summaryrefslogtreecommitdiffstats
path: root/src/u_vars.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/u_vars.h (renamed from src/ft_b_echo.h)13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/ft_b_echo.h b/src/u_vars.h
index 7fd7463..0d83b4b 100644
--- a/src/ft_b_echo.h
+++ b/src/u_vars.h
@@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* ft_b_echo.h :+: :+: :+: */
+/* u_vars.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -10,13 +10,12 @@
/* */
/* ************************************************************************** */
-#ifndef FT_B_ECHO_H
-#define FT_B_ECHO_H
+#ifndef U_VARS_H
+#define U_VARS_H
-#include <stdint.h>
-#include "ft_s_struct.h"
+#include "s_struct.h"
-uint8_t ft_b_echo(char *args[],
- t_msh *msh);
+char *u_get_cstm_vr(const char varname[], t_msh *msh);
+char *u_get_var_value(const char varname[], t_msh *msh);
#endif