aboutsummaryrefslogtreecommitdiffstats
path: root/src/spawn-w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spawn-w32.c')
-rw-r--r--src/spawn-w32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spawn-w32.c b/src/spawn-w32.c
index c21ac4b..435e9f6 100644
--- a/src/spawn-w32.c
+++ b/src/spawn-w32.c
@@ -675,8 +675,8 @@ _gpgrt_spawn_actions_release (gpgrt_spawn_actions_t act)
}
void
-_gpgrt_spawn_actions_set_envchange (gpgrt_spawn_actions_t act,
- const char *const *envchange)
+_gpgrt_spawn_actions_set_env_rev (gpgrt_spawn_actions_t act,
+ const char *const *envchange)
{
act->envchange = envchange;
}