silence warnings
This commit is contained in:
parent
dbf832c5a5
commit
b12d20a3ba
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ void addfile(FILE* fp, char* filename)
|
|||
*/
|
||||
{
|
||||
register FILEINFO *file;
|
||||
extern FILEINFO *getfile( int bufsize, char *filename );
|
||||
extern FILEINFO *getfile( int, char * );
|
||||
file = getfile(NBUFF, filename);
|
||||
file->fp = fp; /* Better remember FILE * */
|
||||
file->buffer[0] = EOS; /* Initialize for first read */
|
||||
|
|
Loading…
Reference in a new issue