aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg-error.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r--src/gpg-error.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index 44566ae..8d4dd66 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -1120,8 +1120,8 @@ typedef struct gpgrt_process *gpgrt_process_t;
typedef struct gpgrt_spawn_actions *gpgrt_spawn_actions_t;
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*);
@define:spawn_actions_functions@
enum gpgrt_process_requests