summaryrefslogtreecommitdiffstats
path: root/src/b_export_next.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/b_export_next.c')
-rw-r--r--src/b_export_next.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/b_export_next.c b/src/b_export_next.c
index a1cae4a..975a579 100644
--- a/src/b_export_next.c
+++ b/src/b_export_next.c
@@ -21,7 +21,7 @@
#include "u_utils.h"
#include "u_vars.h"
-static char **b_get_var(const char arg[], t_msh *msh)
+static char **b_get_var(const char arg[], t_msh *msh)
{
size_t len;
char **var;
@@ -62,7 +62,7 @@ static long b_is_it_in_env(const char varname[], t_msh *msh)
return (-1);
}
-static void b_add_to_env(const char arg[], t_msh *msh)
+static void b_add_to_env(const char arg[], t_msh *msh)
{
size_t i;
char **nenvp;
@@ -86,7 +86,7 @@ static void b_add_to_env(const char arg[], t_msh *msh)
msh->envp = nenvp;
}
-void b_export_with_equals(const char arg[], t_msh *msh)
+void b_export_with_equals(const char arg[], t_msh *msh)
{
char varval[4096];
char **var;