aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg-error.def.in
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2022-11-15 00:31:49 +0000
committerNIIBE Yutaka <[email protected]>2022-11-15 00:32:22 +0000
commitc580094dbe97249caebdedbf0f584e604fd20240 (patch)
treeb51e47248504a711a03259821e26046b56ac3926 /src/gpg-error.def.in
parentspawn: Introduce gpgrt_process_t and use it for spawn API. (diff)
downloadlibgpg-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.in19
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.