diff options
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r-- | src/gpg-error.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index 969076c..fcf4eb6 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -472,6 +472,7 @@ 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); +void gpgrt_wipememory (void *ptr, size_t len); /* |