From 9dfe2936fe61e08c39a808105bb9f3220a6fca46 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 30 Sep 2020 18:05:18 +0200 Subject: Normed b_export_next --- src/b_export_next.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/b_export_next.h') diff --git a/src/b_export_next.h b/src/b_export_next.h index c9d53ea..02729a2 100644 --- a/src/b_export_next.h +++ b/src/b_export_next.h @@ -10,16 +10,16 @@ /* */ /* ************************************************************************** */ -#ifndef B_EXPORT_NEXT_H -#define B_EXPORT_NEXT_H +#ifndef FT_B_EXPORT_NEXT_H +# define FT_B_EXPORT_NEXT_H -#include "s_struct.h" +# include "s_struct.h" -enum +enum e_var { - FT_VAR_NAME, - FT_VAR_VAL, - FT_VAR_NULL + B_VAR_NAME, + B_VAR_VAL, + B_VAR_NULL }; void b_export_with_equals(const char arg[], t_msh *msh); -- cgit v1.2.3