aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/spawn-w32.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/spawn-w32.c b/src/spawn-w32.c
index e7be33c..ccd1733 100644
--- a/src/spawn-w32.c
+++ b/src/spawn-w32.c
@@ -526,6 +526,9 @@ _gpgrt_spawn_actions_release (gpgrt_spawn_actions_t act)
xfree (act);
}
+/* Set the environment block for child process.
+ * ENV is an ASCII encoded string, terminated by two zero bytes.
+ */
void
_gpgrt_spawn_actions_set_envvars (gpgrt_spawn_actions_t act, char *env)
{