diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2018-12-11 13:40:31 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2018-12-11 13:40:31 +0000 |
commit | 8622e3ebe720542c7f4a91cd37be39def1fd4b9f (patch) | |
tree | 23ded40e0149ba081d00a6c80bf24a5a871cf5ba /usr.sbin/smtpd/smtpd.h | |
parent | a1eebe12723f7bed2b2fb652b46f36854ca37f2f (diff) |
do some imsg renaming to make them more clear
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index 40623acb179..b5f67d3bfcc 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.590 2018/12/11 13:35:23 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.591 2018/12/11 13:40:30 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -327,11 +327,11 @@ enum imsg_type { IMSG_REPORT_SMTP_PROTOCOL_SERVER, IMSG_REPORT_SMTP_FILTER_RESPONSE, - IMSG_SMTP_FILTER_BEGIN, - IMSG_SMTP_FILTER_END, - IMSG_SMTP_FILTER_PROTOCOL, - IMSG_SMTP_FILTER_DATA_BEGIN, - IMSG_SMTP_FILTER_DATA_END, + IMSG_FILTER_SMTP_BEGIN, + IMSG_FILTER_SMTP_END, + IMSG_FILTER_SMTP_PROTOCOL, + IMSG_FILTER_SMTP_DATA_BEGIN, + IMSG_FILTER_SMTP_DATA_END, IMSG_CA_PRIVENC, IMSG_CA_PRIVDEC |