diff options
Diffstat (limited to 'src/gpgrt-int.h')
-rw-r--r-- | src/gpgrt-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h index d624e84..8a2dae7 100644 --- a/src/gpgrt-int.h +++ b/src/gpgrt-int.h @@ -147,7 +147,7 @@ typedef struct _gpgrt_stream_internal *estream_internal_t; /* Local prototypes for estream. */ -int _gpgrt_es_init (void); +int _gpgrt_estream_init (void); void _gpgrt_set_syscall_clamp (void (*pre)(void), void (*post)(void)); void _gpgrt_get_syscall_clamp (void (**r_pre)(void), void (**r_post)(void)); |