aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/env.h b/src/env.h
index 411b51ec..d7b4c23d 100644
--- a/src/env.h
+++ b/src/env.h
@@ -209,6 +209,9 @@ void env_universal_barrier();
/** Returns an array containing all exported variables in a format suitable for execv. */
const char * const * env_export_arr(bool recalc);
+/** Sets up argv as the given null terminated array of strings */
+void env_set_argv(const wchar_t * const * argv);
+
/**
Returns all variable names.
*/