summaryrefslogtreecommitdiff
path: root/src/visibility.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2018-03-13 09:57:46 +0100
committerWerner Koch <wk@gnupg.org>2018-03-13 09:57:46 +0100
commitc0d331c063842ab4352e616269788b7c71d63e02 (patch)
treeb94d151a1ebcdec01fdb050a7f3b75b25855e52a /src/visibility.h
parent863948ab29d1016a271fd7e6d48af316dad4e939 (diff)
downloadlibgpg-error-c0d331c063842ab4352e616269788b7c71d63e02.tar.gz
core: Fix regression due to not exporting the process API.
-- Fixes-commit: 0e503cae75cb1a6aa257228a65941b7630ff35d6 Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'src/visibility.h')
-rw-r--r--src/visibility.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/visibility.h b/src/visibility.h
index b33744d..f37555a 100644
--- a/src/visibility.h
+++ b/src/visibility.h
@@ -188,6 +188,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)
@@ -196,7 +197,7 @@ MARK_VISIBLE (gpgrt_wait_process)
MARK_VISIBLE (gpgrt_wait_processes)
MARK_VISIBLE (gpgrt_kill_process)
MARK_VISIBLE (gpgrt_release_process)
-
+#endif
#undef MARK_VISIBLE