Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 523352
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/src/gpgrt-int.h
0
++ b/src/gpgrt-int.h
Lines 105-113 void _gpgrt_clearerr_unlocked (gpgrt_stream_t stream); Link Here
105
105
106
int _gpgrt_fflush (gpgrt_stream_t stream);
106
int _gpgrt_fflush (gpgrt_stream_t stream);
107
int _gpgrt_fseek (gpgrt_stream_t stream, long int offset, int whence);
107
int _gpgrt_fseek (gpgrt_stream_t stream, long int offset, int whence);
108
int _gpgrt_fseeko (gpgrt_stream_t stream, off_t offset, int whence);
108
int _gpgrt_fseeko (gpgrt_stream_t stream, gpgrt_off_t offset, int whence);
109
long int _gpgrt_ftell (gpgrt_stream_t stream);
109
long int _gpgrt_ftell (gpgrt_stream_t stream);
110
off_t _gpgrt_ftello (gpgrt_stream_t stream);
110
gpgrt_off_t _gpgrt_ftello (gpgrt_stream_t stream);
111
void _gpgrt_rewind (gpgrt_stream_t stream);
111
void _gpgrt_rewind (gpgrt_stream_t stream);
112
112
113
int _gpgrt_fgetc (gpgrt_stream_t stream);
113
int _gpgrt_fgetc (gpgrt_stream_t stream);

Return to bug 523352