A bit of missing corections.

This commit is contained in:
Manoel Trapier
2013-03-14 18:09:43 +01:00
committed by Manoël Trapier
parent 03763cbbf0
commit b31ac47714
4 changed files with 6 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ INP_PRIVATE struct INP_buffer_header *INP_head, *INP_free;
_PROTOTYPE(INP_PRIVATE int INP_rdfile, (File *, char *, long *, char **));
#if __STDC__
INP_PRIVATE int INP_rdfile(File *fd, char *fn, long size, char **pbuf)
INP_PRIVATE int INP_rdfile(File *fd, char *fn, long *size, char **pbuf)
#else
INP_PRIVATE int
INP_rdfile(fd, fn, size, pbuf)