X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2F_PDCLIB_prepread.c;fp=functions%2Fstdio%2F_PDCLIB_prepread.c;h=22158d561d367c95f02add73a3425d5962d9fbc5;hb=0a419d48138f1411d6e3e50a367b9ece5a2cf893;hp=cf1c2dfe53b7948d0b68619021fd72a6062b9569;hpb=702e9008178bdb5c1b123b963868c946537fb7f5;p=pdclib diff --git a/functions/stdio/_PDCLIB_prepread.c b/functions/stdio/_PDCLIB_prepread.c index cf1c2df..22158d5 100644 --- a/functions/stdio/_PDCLIB_prepread.c +++ b/functions/stdio/_PDCLIB_prepread.c @@ -1,6 +1,6 @@ /* $Id$ */ -/* _PDCLIB_prepread( struct _PDCLIB_file_t * ) +/* _PDCLIB_prepread( FILE * ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -12,7 +12,7 @@ #ifndef REGTEST #include <_PDCLIB_glue.h> -int _PDCLIB_prepread( struct _PDCLIB_file_t * stream ) +int _PDCLIB_prepread( FILE * stream ) { if ( ( stream->bufidx > stream->bufend ) || ( stream->status & ( _PDCLIB_FWRITE | _PDCLIB_FAPPEND | _PDCLIB_ERRORFLAG | _PDCLIB_WIDESTREAM | _PDCLIB_EOFFLAG ) ) ||