diff options
author | 2006-05-02 05:28:07 +0000 | |
---|---|---|
committer | 2006-05-02 05:28:07 +0000 | |
commit | e48bf2b611d278ddd96e55f88c44dbb3bfd381a3 (patch) | |
tree | b98bfc3329cec4ac0e1ea60d1d4817295ad64c97 | |
parent | Format nicelevel relative NZERO as other tools do. (diff) | |
download | wireguard-openbsd-e48bf2b611d278ddd96e55f88c44dbb3bfd381a3.tar.xz wireguard-openbsd-e48bf2b611d278ddd96e55f88c44dbb3bfd381a3.zip |
Nuke a couple orphaned prototypes.
quoth deraadt: no problem
-rw-r--r-- | usr.bin/mail/extern.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/mail/extern.h b/usr.bin/mail/extern.h index f1e682f2887..95d086e7997 100644 --- a/usr.bin/mail/extern.h +++ b/usr.bin/mail/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.24 2006/01/06 18:53:06 millert Exp $ */ +/* $OpenBSD: extern.h,v 1.25 2006/05/02 05:28:07 hugh Exp $ */ /* $NetBSD: extern.h,v 1.7 1997/07/09 05:22:00 mikel Exp $ */ /*- @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/20/95 - * $OpenBSD: extern.h,v 1.24 2006/01/06 18:53:06 millert Exp $ + * $OpenBSD: extern.h,v 1.25 2006/05/02 05:28:07 hugh Exp $ */ struct name; @@ -107,8 +107,6 @@ int deltype(void *); void demail(void); void dointr(void); int dosh(void *); -int dot_lock(const char *, int, FILE *, const char *); -void dot_unlock(const char *); int echo(void *); int edit1(int *, int); int editor(void *); |