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_f_errno.h)10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ft_f_errno.h b/src/u_vars.h
index 86fce83..686a9b5 100644
--- a/src/ft_f_errno.h
+++ b/src/u_vars.h
@@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* ft_f_errno.h :+: :+: :+: */
+/* u_vars.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -10,12 +10,12 @@
/* */
/* ************************************************************************** */
-#ifndef FT_F_ERRNO_H
-#define FT_F_ERRNO_H
+#ifndef U_VARS_H
+#define U_VARS_H
-#include "ft_s_struct.h"
+#include "s_struct.h"
-void ft_f_dump_errno(const char concern[],
+char *subst_var_value(const char varname[],
t_msh *msh);
#endif