summaryrefslogtreecommitdiffstats
path: root/src/b_export_next.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/b_export_next.h')
-rw-r--r--src/b_export_next.h14
1 files changed, 7 insertions, 7 deletions
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);