=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tail/extern.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/tail/extern.h 1999/02/03 02:09:30 1.4 +++ src/usr.bin/tail/extern.h 2000/06/23 17:04:46 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.4 1999/02/03 02:09:30 millert Exp $ */ +/* $OpenBSD: extern.h,v 1.5 2000/06/23 17:04:46 ericj Exp $ */ /* $NetBSD: extern.h,v 1.3 1994/11/23 07:42:00 jtc Exp $ */ /*- @@ -45,8 +45,8 @@ void forward __P((FILE *, enum STYLE, long, struct stat *)); void reverse __P((FILE *, enum STYLE, long, struct stat *)); -void bytes __P((FILE *, off_t)); -void lines __P((FILE *, off_t)); +int bytes __P((FILE *, off_t)); +int lines __P((FILE *, off_t)); void ierr __P((void)); void oerr __P((void));