summaryrefslogtreecommitdiff
path: root/src/gpg-error.def.in
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-10-02 10:50:57 +0200
committerWerner Koch <wk@gnupg.org>2014-10-02 10:50:57 +0200
commit74abfcf0c3ba7cd6ce36540c70699fc1719248b3 (patch)
treea3f9a8691928cab61fe793c1ae325506b37c3122 /src/gpg-error.def.in
parentd2757001c5719ca8c8bd6aa2e2e2d9a299fb76c6 (diff)
downloadlibgpg-error-74abfcf0c3ba7cd6ce36540c70699fc1719248b3.tar.gz
Add GPG_ERR_BOGUS_STRING and an experimental gpgrt_pending.
* src/visibility.c (gpgrt_pending, gpgrt_pending_unlocked): New. * src/estream.c (_gpgrt_pending, _gpgrt_pending_unlocked): New. (check_pending): new. (check_pending_fbf, check_pending_nbf): New. (es_func_mem_read, es_func_fd_read, es_func_w32_read) (es_func_fp_read, es_fill): Take care of the special 0 value for SIZE.
Diffstat (limited to 'src/gpg-error.def.in')
-rw-r--r--src/gpg-error.def.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in
index ac20a69..f17522e 100644
--- a/src/gpg-error.def.in
+++ b/src/gpg-error.def.in
@@ -137,4 +137,7 @@ EXPORTS
gpg_err_deinit @102
gpgrt_set_alloc_func @103
+ gpgrt_pending @104
+ gpgrt_pending_unlocked @105
+
;; end of file with public symbols for Windows.