summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpd/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/lpd/extern.h')
-rw-r--r--usr.sbin/lpr/lpd/extern.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/lpr/lpd/extern.h b/usr.sbin/lpr/lpd/extern.h
index d4b4966..dc9b109 100644
--- a/usr.sbin/lpr/lpd/extern.h
+++ b/usr.sbin/lpr/lpd/extern.h
@@ -44,8 +44,8 @@ struct printer;
struct termios;
__BEGIN_DECLS
-void printjob __P((struct printer *pp));
-void startprinting __P((const char *printer));
-void recvjob __P((const char *printer));
-int msearch __P((char *str, struct termios *ip));
+void printjob(struct printer *_pp);
+void startprinting(const char *_printer);
+void recvjob(const char *_printer);
+int msearch(char *_str, struct termios *_ip);
__END_DECLS
OpenPOWER on IntegriCloud