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/visibility.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/visibility.h') diff --git a/src/visibility.h b/src/visibility.h index a3ed6fc..dfdcad1 100644 --- a/src/visibility.h +++ b/src/visibility.h @@ -199,6 +199,7 @@ MARK_VISIBLE (gpgrt_log_clock) MARK_VISIBLE (gpgrt_log_flush) MARK_VISIBLE (_gpgrt_log_assert) +#if 0 MARK_VISIBLE (gpgrt_make_pipe) MARK_VISIBLE (gpgrt_spawn_process) MARK_VISIBLE (gpgrt_spawn_process_fd) @@ -208,6 +209,7 @@ MARK_VISIBLE (gpgrt_wait_processes) MARK_VISIBLE (gpgrt_kill_process) MARK_VISIBLE (gpgrt_release_process) MARK_VISIBLE (gpgrt_close_all_fds) +#endif MARK_VISIBLE (gpgrt_argparse) MARK_VISIBLE (gpgrt_argparser) -- cgit v1.2.3