diff options
Diffstat (limited to 'libidu/idread.c')
-rw-r--r-- | libidu/idread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libidu/idread.c b/libidu/idread.c index c25410f..28f5fda 100644 --- a/libidu/idread.c +++ b/libidu/idread.c @@ -30,7 +30,7 @@ #include "xnls.h" #include "iduglobal.h" -int fgets0 (char *buf0, int size, FILE *in_FILE); +static int fgets0 (char *buf0, int size, FILE *in_FILE); /****************************************************************************/ @@ -145,7 +145,7 @@ read_idhead (struct idhead *idhp) rather than newlines. Also, we return the number of characters read rather than the address of buf0. */ -int +static int fgets0 (char *buf0, int size, FILE * in_FILE) { char *buf; |