summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tail/extern.h')
-rw-r--r--usr.bin/tail/extern.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/tail/extern.h b/usr.bin/tail/extern.h
index a35a4fb93af..bdd043380cd 100644
--- a/usr.bin/tail/extern.h
+++ b/usr.bin/tail/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.6 2000/11/21 22:01:47 art Exp $ */
+/* $OpenBSD: extern.h,v 1.7 2002/02/16 21:27:54 millert Exp $ */
/* $NetBSD: extern.h,v 1.3 1994/11/23 07:42:00 jtc Exp $ */
/*-
@@ -42,15 +42,15 @@
enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE };
-void forward __P((FILE *, enum STYLE, long, struct stat *));
-void reverse __P((FILE *, enum STYLE, long, struct stat *));
+void forward(FILE *, enum STYLE, long, struct stat *);
+void reverse(FILE *, enum STYLE, long, struct stat *);
-int bytes __P((FILE *, off_t));
-int lines __P((FILE *, off_t));
+int bytes(FILE *, off_t);
+int lines(FILE *, off_t);
-void ierr __P((void));
-void oerr __P((void));
+void ierr(void);
+void oerr(void);
extern int fflag, rflag, rval;
extern char *fname;
-extern int is_stdin; \ No newline at end of file
+extern int is_stdin;