diff options
Diffstat (limited to 'src/visibility.c')
-rw-r--r-- | src/visibility.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/visibility.c b/src/visibility.c index f0d7fd1..f26f58c 100644 --- a/src/visibility.c +++ b/src/visibility.c @@ -298,6 +298,18 @@ gpgrt_funlockfile (estream_t stream) } int +gpgrt_pending (estream_t stream) +{ + return _gpgrt_pending (stream); +} + +int +gpgrt_pending_unlocked (estream_t stream) +{ + return _gpgrt_pending_unlocked (stream); +} + +int gpgrt_feof (estream_t stream) { return _gpgrt_feof (stream); |