From 85e83d4179e0a0e4d7c07aff750cab9478e461b9 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 7 Aug 2020 15:09:31 +0200 Subject: Forked builtins --- src/b_export.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/b_export.h') diff --git a/src/b_export.h b/src/b_export.h index be703c2..2634349 100644 --- a/src/b_export.h +++ b/src/b_export.h @@ -13,8 +13,16 @@ #ifndef B_EXPORT_H #define B_EXPORT_H +#include +#include + #include "s_struct.h" +t_bool check_valid_identifier(const char arg[]); +t_bool check_equals(const char *arg); +void b_add_to_env_from_globals(const char varname[], + const char var[], + t_msh *msh); uint8_t b_export(char *args[], t_msh *msh); #endif -- cgit v1.2.3