=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tail/extern.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/tail/extern.h 2003/06/03 02:56:17 1.8 +++ src/usr.bin/tail/extern.h 2004/02/16 19:48:21 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.8 2003/06/03 02:56:17 millert Exp $ */ +/* $OpenBSD: extern.h,v 1.9 2004/02/16 19:48:21 otto Exp $ */ /* $NetBSD: extern.h,v 1.3 1994/11/23 07:42:00 jtc Exp $ */ /*- @@ -38,8 +38,8 @@ enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE }; -void forward(FILE *, enum STYLE, long, struct stat *); -void reverse(FILE *, enum STYLE, long, struct stat *); +void forward(FILE *, enum STYLE, off_t, struct stat *); +void reverse(FILE *, enum STYLE, off_t, struct stat *); int bytes(FILE *, off_t); int lines(FILE *, off_t);