summaryrefslogtreecommitdiffstats
path: root/src/b_export_next.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-30 18:05:18 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-30 18:05:18 +0200
commit9dfe2936fe61e08c39a808105bb9f3220a6fca46 (patch)
tree57de5e400aa04161df3b98de125e0d79eb3feab1 /src/b_export_next.h
parentNormed b_export_mute (diff)
download42-minishell-9dfe2936fe61e08c39a808105bb9f3220a6fca46.tar.gz
42-minishell-9dfe2936fe61e08c39a808105bb9f3220a6fca46.tar.bz2
42-minishell-9dfe2936fe61e08c39a808105bb9f3220a6fca46.tar.xz
42-minishell-9dfe2936fe61e08c39a808105bb9f3220a6fca46.tar.zst
42-minishell-9dfe2936fe61e08c39a808105bb9f3220a6fca46.zip
Normed b_export_next
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);