diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2016-09-01 10:54:26 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2016-09-01 10:54:26 +0000 |
commit | 7b6acd002789937d778a08ff3b9e006090c88c7b (patch) | |
tree | 78cf4688b821cb3bbadc6e92c10566d8126c5012 /usr.sbin/smtpd/smtpd.h | |
parent | 18d1705a1362ba2d0cd15f223538f8fa2061e220 (diff) |
remove noop function
ok sunil@
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index a30d1e2d65f..30dbc6ac8d2 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.520 2016/09/01 10:07:20 eric Exp $ */ +/* $OpenBSD: smtpd.h,v 1.521 2016/09/01 10:54:25 eric Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -1148,7 +1148,6 @@ int uncompress_file(FILE *, FILE *); void purge_config(uint8_t); void config_process(enum smtp_proc_type); void config_peer(enum smtp_proc_type); -void config_done(void); /* control.c */ |