diff options
author | lum <lum@cvs.openbsd.org> | 2011-12-10 14:09:49 +0000 |
---|---|---|
committer | lum <lum@cvs.openbsd.org> | 2011-12-10 14:09:49 +0000 |
commit | a6766cf77be28a55028b309592d5ffafde27729f (patch) | |
tree | 4abc7864b3eb8f0b18830024214169705e6ad239 /usr.bin/mg/def.h | |
parent | 87b22a85023d7efdeab306abeafe94847ebaa95b (diff) |
mail.c was removed 3 yrs 5 months ago.
Diffstat (limited to 'usr.bin/mg/def.h')
-rw-r--r-- | usr.bin/mg/def.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h index 2ebd4dd4161..dab446b461a 100644 --- a/usr.bin/mg/def.h +++ b/usr.bin/mg/def.h @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.117 2011/11/28 04:41:39 lum Exp $ */ +/* $OpenBSD: def.h,v 1.118 2011/12/10 14:09:48 lum Exp $ */ /* This file is in the public domain. */ @@ -641,8 +641,6 @@ int auto_execute(int, int); PF *find_autoexec(const char *); int add_autoexec(const char *, const char *); -/* mail.c X */ -void mail_init(void); /* cmode.c X */ int cmode(int, int); int cc_brace(int, int); |