diff options
Diffstat (limited to 'src/gpgrt-int.h')
-rw-r--r-- | src/gpgrt-int.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h index 17244c5..08496b2 100644 --- a/src/gpgrt-int.h +++ b/src/gpgrt-int.h @@ -107,6 +107,10 @@ void _gpg_err_set_errno (int err); gpg_error_t _gpg_err_init (void); void _gpg_err_deinit (int mode); + +void _gpgrt_add_emergency_cleanup (void (*f)(void)); +void _gpgrt_abort (void) GPGRT_ATTR_NORETURN; + void _gpgrt_set_alloc_func (void *(*f)(void *a, size_t n)); void *_gpgrt_realloc (void *a, size_t n); |