diff options
Diffstat (limited to 'src/gpg-error.def.in')
-rw-r--r-- | src/gpg-error.def.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in index 91ba69a..31a28ef 100644 --- a/src/gpg-error.def.in +++ b/src/gpg-error.def.in @@ -249,8 +249,10 @@ EXPORTS gpgrt_add_post_log_func @190 gpgrt_logv_domain @191 - gpgrt_spawn_actions_set_envvars @192 - gpgrt_spawn_actions_set_redirect @193 - gpgrt_spawn_actions_set_inherit_handles @194 + gpgrt_spawn_actions_new @192 + gpgrt_spawn_actions_release @193 + gpgrt_spawn_actions_set_envvars @194 + gpgrt_spawn_actions_set_redirect @195 + gpgrt_spawn_actions_set_inherit_handles @196 ;; end of file with public symbols for Windows. |