diff options
author | Werner Koch <[email protected]> | 2020-06-26 13:24:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-06-26 13:25:27 +0000 |
commit | 3413489d25577e3fe7f529b8e610a45d2bd1857c (patch) | |
tree | 466a62f1a7cb34d8811a01f868157f30e370985e /src/gpg-error.def.in | |
parent | build: Fix the gpg-error-config test for cross build. (diff) | |
download | libgpg-error-3413489d25577e3fe7f529b8e610a45d2bd1857c.tar.gz libgpg-error-3413489d25577e3fe7f529b8e610a45d2bd1857c.zip |
estream: Add gpgrt_fcancel
* src/estream.c (do_close): Add arg 'cancel_mode' and chnage all
callers.
(_gpgrt_fcancel): New.
* src/gpg-error.def.in, src/gpg-error.vers: Add function.
* src/visibility.c (gpgrt_fcancel): New.
* src/gpg-error.h.in (gpgrt_fcancel): New.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/gpg-error.def.in')
-rw-r--r-- | src/gpg-error.def.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in index bf8773b..de408db 100644 --- a/src/gpg-error.def.in +++ b/src/gpg-error.def.in @@ -236,5 +236,6 @@ EXPORTS gpgrt_absfnameconcat @179 gpgrt_reallocarray @180 + gpgrt_fclose @181 ;; end of file with public symbols for Windows. |