diff options
author | 2011-12-10 14:09:48 +0000 | |
---|---|---|
committer | 2011-12-10 14:09:48 +0000 | |
commit | 7c260b6e38c3fc29a87165959856e4c338f88b3a (patch) | |
tree | 75d534f2be68c038e768bc0940a835a1bfa2c2e6 | |
parent | Use clock_gettime() to get a high precision timestamp, instead of (diff) | |
download | wireguard-openbsd-7c260b6e38c3fc29a87165959856e4c338f88b3a.tar.xz wireguard-openbsd-7c260b6e38c3fc29a87165959856e4c338f88b3a.zip |
mail.c was removed 3 yrs 5 months ago.
-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); |