aboutsummaryrefslogtreecommitdiffstats
path: root/src/spawn-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spawn-posix.c')
-rw-r--r--src/spawn-posix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spawn-posix.c b/src/spawn-posix.c
index 4bb90ca..0cdf0a6 100644
--- a/src/spawn-posix.c
+++ b/src/spawn-posix.c
@@ -484,8 +484,8 @@ _gpgrt_spawn_actions_set_environ (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;
}