diff options
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r-- | src/gpg-error.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index 46d4ea7..feceb95 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -1291,7 +1291,7 @@ void gpgrt_secmem_dump_stats (int extended); void gpgrt_secmem_set_auto_expand (unsigned int chunksize); void gpgrt_secmem_set_flags (unsigned flags); unsigned gpgrt_secmem_get_flags (void); -int gpgrt_private_is_secure (const void *p); +int gpgrt_secmem_is_secure (const void *p); #ifdef __cplusplus |