summaryrefslogtreecommitdiff
path: root/src/gpg-error.def.in
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2017-02-01 19:45:39 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2017-02-01 19:45:39 +0900
commit4bfc2117b70415a5c5d3f0a0ac9086e168350d83 (patch)
treef2c59bddd20f3bb89ffc298c2167fc2d966852e9 /src/gpg-error.def.in
parent55c497904dd0794ca5cfcafe369943736b0d4e62 (diff)
downloadlibgpg-error-4bfc2117b70415a5c5d3f0a0ac9086e168350d83.tar.gz
Add Base64 decoder.
* NEWS: Add interface changes. * src/Makefile.am (libgpg_error_la_SOURCES): Add b64dec.c. * src/b64dec.c: New. Taken from gpgme. Prefix function names with _gpgrt_. Change API a bit, not exposing the structure. * src/gpg-error.def.in: Export Base64 functions. * src/gpg-error.vers: Likewise. * src/visibility.c, src/visibility.h: Likewise. * src/gpg-error.h.in: Add Base64 struct and functions. * src/gpgrt-int.h: Add Base64 internal functions. * tests/Makefile.am (TESTS): Add t-b64dec. * tests/t-b64dec.c: New. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'src/gpg-error.def.in')
-rw-r--r--src/gpg-error.def.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in
index 19e87fa..ad65f8c 100644
--- a/src/gpg-error.def.in
+++ b/src/gpg-error.def.in
@@ -152,4 +152,8 @@ EXPORTS
gpgrt_get_syscall_clamp @112
+ gpgrt_b64dec_start @113
+ gpgrt_b64dec_proc @114
+ gpgrt_b64dec_finish @115
+
;; end of file with public symbols for Windows.