summaryrefslogtreecommitdiffstats
path: root/src/u_vars_next.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/u_vars_next.h (renamed from src/ft_f_errno.h)11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/ft_f_errno.h b/src/u_vars_next.h
index 86fce83..118451f 100644
--- a/src/ft_f_errno.h
+++ b/src/u_vars_next.h
@@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* ft_f_errno.h :+: :+: :+: */
+/* u_vars_next.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -10,12 +10,13 @@
/* */
/* ************************************************************************** */
-#ifndef FT_F_ERRNO_H
-#define FT_F_ERRNO_H
+#ifndef U_VARS_NEXT_H
+#define U_VARS_NEXT_H
-#include "ft_s_struct.h"
+#include "s_struct.h"
-void ft_f_dump_errno(const char concern[],
+void u_subst_var_value(const char varname[],
+ const char newval[],
t_msh *msh);
#endif