diff options
Diffstat (limited to 'src/gpg-error.def.in')
-rw-r--r-- | src/gpg-error.def.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in index 64c75dc..3f26a89 100644 --- a/src/gpg-error.def.in +++ b/src/gpg-error.def.in @@ -197,5 +197,14 @@ EXPORTS gpgrt_chdir @150 gpgrt_getcwd @151 + gpgrt_make_pipe @152 + gpgrt_spawn_process @153 + gpgrt_spawn_process_fd @154 + gpgrt_spawn_process_detached @155 + gpgrt_wait_process @156 + gpgrt_wait_processes @157 + gpgrt_kill_process @158 + gpgrt_release_process @159 + ;; end of file with public symbols for Windows. |