From d522f6eb0324008023fed0be4d046f3fc51b0356 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 17 Feb 2002 19:42:41 +0000 Subject: Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) --- usr.sbin/lpr/common_source/lp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/lpr/common_source/lp.h') 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 *); -- cgit v1.2.3