diff options
-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 cb32c48..b7aa5f6 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -717,7 +717,7 @@ int _gpgrt_pending_unlocked (gpgrt_stream_t stream); /* (private) */ int gpgrt_fflush (gpgrt_stream_t stream); int gpgrt_fseek (gpgrt_stream_t stream, long int offset, int whence); int gpgrt_fseeko (gpgrt_stream_t stream, gpgrt_off_t offset, int whence); -int gpgrt_ftruncate (estream_t stream, gpgrt_off_t length); +int gpgrt_ftruncate (gpgrt_stream_t stream, gpgrt_off_t length); long int gpgrt_ftell (gpgrt_stream_t stream); gpgrt_off_t gpgrt_ftello (gpgrt_stream_t stream); void gpgrt_rewind (gpgrt_stream_t stream); |