From 1886374416e5dc436db68e3518603258ae32bac0 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 3 Aug 2020 17:26:41 +0200 Subject: Splitted var --- src/b_export_next.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/b_export_next.h') diff --git a/src/b_export_next.h b/src/b_export_next.h index 8df8746..c9d53ea 100644 --- a/src/b_export_next.h +++ b/src/b_export_next.h @@ -15,6 +15,13 @@ #include "s_struct.h" +enum +{ + FT_VAR_NAME, + FT_VAR_VAL, + FT_VAR_NULL +}; + void b_export_with_equals(const char arg[], t_msh *msh); #endif -- cgit v1.2.3