diff options
Diffstat (limited to 'src/visibility.h')
-rw-r--r-- | src/visibility.h | 3 |
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 |