diff options
author | NIIBE Yutaka <[email protected]> | 2022-10-27 01:53:06 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-10-27 01:53:06 +0000 |
commit | 43c1e85fe29a52a9debc068d97c5860a4694b821 (patch) | |
tree | 01ed6c329c78fa893428769cf84b7f758212599e /src/visibility.h | |
parent | Fix the comment for _gpgrt_spawn_process_fd, it's a variant. (diff) | |
download | libgpg-error-43c1e85fe29a52a9debc068d97c5860a4694b821.tar.gz libgpg-error-43c1e85fe29a52a9debc068d97c5860a4694b821.zip |
spawn: Expose spawn functions.
* src/gpg-error.def.in: Update.
* src/gpg-error.vers: Update.
* src/gpg-error.h.in: Add declarations.
* src/visibility.c: Add implementations.
* src/visibility.h: Expose them.
--
GnuPG-bug-id: 6249
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'src/visibility.h')
-rw-r--r-- | src/visibility.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/visibility.h b/src/visibility.h index d0e4516..2819394 100644 --- a/src/visibility.h +++ b/src/visibility.h @@ -199,7 +199,6 @@ 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,7 +207,6 @@ MARK_VISIBLE (gpgrt_wait_process) MARK_VISIBLE (gpgrt_wait_processes) MARK_VISIBLE (gpgrt_kill_process) MARK_VISIBLE (gpgrt_release_process) -#endif MARK_VISIBLE (gpgrt_argparse) MARK_VISIBLE (gpgrt_argparser) |