summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/common_source/lp.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-17 19:42:41 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-17 19:42:41 +0000
commitd522f6eb0324008023fed0be4d046f3fc51b0356 (patch)
tree9ecf8345e3c3ff77a81ef2a20d84c6497533e804 /usr.sbin/lpr/common_source/lp.h
parent1b433a7e5b43fe0dec72e100525e31299629c117 (diff)
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'usr.sbin/lpr/common_source/lp.h')
-rw-r--r--usr.sbin/lpr/common_source/lp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/lpr/common_source/lp.h b/usr.sbin/lpr/common_source/lp.h
index 335b90d8332..d65735ea160 100644
--- a/usr.sbin/lpr/common_source/lp.h
+++ b/usr.sbin/lpr/common_source/lp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: lp.h,v 1.7 2002/02/16 21:28:03 millert Exp $ */
+/* $OpenBSD: lp.h,v 1.8 2002/02/17 19:42:36 millert Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -113,7 +113,7 @@ void dump(char *, char *, int);
void fatal(const char *, ...);
int getline(FILE *);
int getport(char *, int);
-int getq __P((struct queue *(*[])));
+int getq(struct queue *(*[]));
void header(void);
void inform(char *);
int inlist(char *, char *);