diff options
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r-- | src/gpg-error.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index 3e7d59b..66e8d08 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -440,6 +440,8 @@ gpg_error_from_syserror (void) void *gpgrt_realloc (void *a, size_t n); void *gpgrt_malloc (size_t n); void *gpgrt_calloc (size_t n, size_t m); +char *gpgrt_strdup (const char *string); +char *gpgrt_strconcat (const char *s1, ...) GPGRT_ATTR_SENTINEL(0); void gpgrt_free (void *a); |