aboutsummaryrefslogtreecommitdiffstats
path: root/src/visibility.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/visibility.c')
-rw-r--r--src/visibility.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/visibility.c b/src/visibility.c
index f26f58c..9213ce9 100644
--- a/src/visibility.c
+++ b/src/visibility.c
@@ -298,15 +298,15 @@ gpgrt_funlockfile (estream_t stream)
}
int
-gpgrt_pending (estream_t stream)
+_gpgrt_pending (estream_t stream)
{
- return _gpgrt_pending (stream);
+ return _gpgrt__pending (stream);
}
int
-gpgrt_pending_unlocked (estream_t stream)
+_gpgrt_pending_unlocked (estream_t stream)
{
- return _gpgrt_pending_unlocked (stream);
+ return _gpgrt__pending_unlocked (stream);
}
int