aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgrt-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgrt-int.h')
-rw-r--r--src/gpgrt-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h
index 55933a1..5df3a95 100644
--- a/src/gpgrt-int.h
+++ b/src/gpgrt-int.h
@@ -637,8 +637,8 @@ gpg_err_code_t _gpgrt_make_pipe (int filedes[2], estream_t *r_fp,
/* Actions (at spawning a child process), which is OS-specific. */
gpg_err_code_t _gpgrt_spawn_actions_new (gpgrt_spawn_actions_t *r_act);
void _gpgrt_spawn_actions_release (gpgrt_spawn_actions_t act);
-void _gpgrt_spawn_actions_set_envchange (gpgrt_spawn_actions_t,
- const char *const*);
+void _gpgrt_spawn_actions_set_env_rev (gpgrt_spawn_actions_t,
+ const char *const*);
#ifdef HAVE_W32_SYSTEM
void _gpgrt_spawn_actions_set_envvars (gpgrt_spawn_actions_t, char *);
void _gpgrt_spawn_actions_set_redirect (gpgrt_spawn_actions_t,