diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-16 21:28:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-16 21:28:12 +0000 |
commit | 6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch) | |
tree | ee423c619fad03813234b9362694a17f3a638f0b /libexec/mail.local/mail.local.h | |
parent | c707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff) |
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'libexec/mail.local/mail.local.h')
-rw-r--r-- | libexec/mail.local/mail.local.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libexec/mail.local/mail.local.h b/libexec/mail.local/mail.local.h index 4c1baab8092..1b24dfd5e95 100644 --- a/libexec/mail.local/mail.local.h +++ b/libexec/mail.local/mail.local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mail.local.h,v 1.2 2001/08/18 21:37:38 deraadt Exp $ */ +/* $OpenBSD: mail.local.h,v 1.3 2002/02/16 21:27:30 millert Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -36,11 +36,11 @@ #define FATAL 1 #define NOTFATAL 0 -void baditem __P((char *)); -int deliver __P((int, char *, int)); -void merr __P((int, const char *, ...)); -int getlock __P((char *, struct passwd *)); -void notifybiff __P((char *)); -void rellock __P((void)); -int store __P((char *)); -void usage __P((void)); +void baditem(char *); +int deliver(int, char *, int); +void merr(int, const char *, ...); +int getlock(char *, struct passwd *); +void notifybiff(char *); +void rellock(void); +int store(char *); +void usage(void); |