diff options
Diffstat (limited to 'usr.sbin/lpr/lpd/extern.h')
-rw-r--r-- | usr.sbin/lpr/lpd/extern.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/lpr/lpd/extern.h b/usr.sbin/lpr/lpd/extern.h index d4b4966433b4b..dc9b1094067ea 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 |