summaryrefslogtreecommitdiff
path: root/src/gpg-error.def.in
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-11-17 11:26:03 +0100
committerWerner Koch <wk@gnupg.org>2017-11-17 11:26:03 +0100
commit0d8d46c76a32176be440b062d2501bbb044fb99d (patch)
tree7033aa06cf73e40bd8360a8058262bd61d9c0d4f /src/gpg-error.def.in
parent80c18e1b212cc91946864db7a53da50e9f91b861 (diff)
downloadlibgpg-error-0d8d46c76a32176be440b062d2501bbb044fb99d.tar.gz
core: New API functions gpgrt_strdup and gpgrt_strconcat.
* src/visibility.c (gpgrt_strdup): New API fucntion. (gpgrt_strconcat): New API fucntion. * src/visibility.h: Add corresponding macros. * src/gpg-error.def.in: Add them. * src/gpg-error.vers: Add them. * src/gpgrt-int.h (DIM): New macro. * src/init.c (_gpgrt_strdup): New. (_gpgrt_strconcat_core): New. (_gpgrt_strconcat): New. -- Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'src/gpg-error.def.in')
-rw-r--r--src/gpg-error.def.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in
index a9cfed9..7c39502 100644
--- a/src/gpg-error.def.in
+++ b/src/gpg-error.def.in
@@ -186,5 +186,7 @@ EXPORTS
gpgrt_realloc @141
gpgrt_malloc @142
gpgrt_calloc @143
+ gpgrt_strdup @144
+ gpgrt_strconcat @145
;; end of file with public symbols for Windows.