From 34d6637a34b139fbfafa6c15eaf2fc88158a1c3c Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 4 Dec 2018 15:42:47 +0000 Subject: Fix gpgrt_ftruncate declaration. --- src/gpg-error.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3