summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/filters
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-06-09 03:56:30 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-06-09 03:56:30 +0000
commitdeced08437e3d4eaf8b94bb82865086ddb3d8f0b (patch)
tree9fe3ce555f4c2e24002247d4a643bcda860b896c /usr.sbin/lpr/filters
parentf21543339dfd9a62b265b4134aaa61c6315314e3 (diff)
Convert remaining K&R function headers to ANSI
Diffstat (limited to 'usr.sbin/lpr/filters')
-rw-r--r--usr.sbin/lpr/filters/lpf.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/lpr/filters/lpf.c b/usr.sbin/lpr/filters/lpf.c
index 66d5e83adef..720fe295c73 100644
--- a/usr.sbin/lpr/filters/lpf.c
+++ b/usr.sbin/lpr/filters/lpf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lpf.c,v 1.7 2002/05/20 23:13:50 millert Exp $ */
+/* $OpenBSD: lpf.c,v 1.8 2002/06/09 03:56:29 millert Exp $ */
/* $NetBSD: lpf.c,v 1.8 2000/04/29 00:12:32 abs Exp $ */
/*
@@ -44,7 +44,7 @@ static const char copyright[] =
#if 0
static const char sccsid[] = "@(#)lpf.c 8.1 (Berkeley) 6/6/93";
#else
-static const char rcsid[] = "$OpenBSD: lpf.c,v 1.7 2002/05/20 23:13:50 millert Exp $";
+static const char rcsid[] = "$OpenBSD: lpf.c,v 1.8 2002/06/09 03:56:29 millert Exp $";
#endif
#endif /* not lint */
@@ -80,9 +80,7 @@ char *acctfile; /* accounting information file */
__dead void usage(void);
int
-main(argc, argv)
- int argc;
- char *argv[];
+main(int argc, char **argv)
{
FILE *p = stdin, *o = stdout;
int i, col;