From 3413489d25577e3fe7f529b8e610a45d2bd1857c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 26 Jun 2020 15:24:43 +0200 Subject: 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 --- src/gpg-error.def.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpg-error.def.in') 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. -- cgit v1.2.3