diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-30 18:05:18 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-30 18:05:18 +0200 |
commit | 9dfe2936fe61e08c39a808105bb9f3220a6fca46 (patch) | |
tree | 57de5e400aa04161df3b98de125e0d79eb3feab1 /src/b_export_next.h | |
parent | Normed b_export_mute (diff) | |
download | 42-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.h | 14 |
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); |