From c580094dbe97249caebdedbf0f584e604fd20240 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 15 Nov 2022 09:31:49 +0900 Subject: 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 --- src/gpg-error.def.in | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'src/gpg-error.def.in') 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. -- cgit v1.2.3