diff options
author | NIIBE Yutaka <[email protected]> | 2022-11-15 00:31:49 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-11-15 00:32:22 +0000 |
commit | c580094dbe97249caebdedbf0f584e604fd20240 (patch) | |
tree | b51e47248504a711a03259821e26046b56ac3926 /src/gpg-error.def.in | |
parent | spawn: Introduce gpgrt_process_t and use it for spawn API. (diff) | |
download | libgpg-error-c580094dbe97249caebdedbf0f584e604fd20240.tar.gz libgpg-error-c580094dbe97249caebdedbf0f584e604fd20240.zip |
Revert "spawn: Expose spawn functions."
This reverts commit 43c1e85fe29a52a9debc068d97c5860a4694b821.
--
It's a bit early to expose these functions.
GnuPG-bug-id: 6249
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'src/gpg-error.def.in')
-rw-r--r-- | src/gpg-error.def.in | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in index f94c6f4..c431e8b 100644 --- a/src/gpg-error.def.in +++ b/src/gpg-error.def.in @@ -193,14 +193,16 @@ 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 +;; API not yet finished for: +;; 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 +;; gpgrt_close_all_fds @188 gpgrt_argparse @160 gpgrt_usage @161 @@ -242,6 +244,5 @@ EXPORTS gpgrt_utf8_to_wchar @186 gpgrt_wchar_to_utf8 @187 - gpgrt_close_all_fds @188 ;; end of file with public symbols for Windows. |