diff options
Diffstat (limited to 'protos.h')
-rw-r--r-- | protos.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1991 - 2001 the Free Software Foundation, Inc. + * Copyright (C) 1991 - 2002 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -102,7 +102,6 @@ extern double strtod P((const char *, char **)); extern int fstat P((int, struct stat *)); extern int stat P((const char *, struct stat *)); extern off_t lseek P((int, off_t, int)); -extern int fseek P((FILE *, long, int)); extern int close P((int)); extern int creat P((const char *, mode_t)); extern int open P((const char *, int, ...)); |