aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/smtpd.h
diff options
context:
space:
mode:
authorgilles <gilles@poolp.org>2016-09-03 18:13:08 +0200
committergilles <gilles@poolp.org>2016-09-03 18:13:08 +0200
commit3a0d9b77bd8c43858dedc7a265e6c2d1d5a4f5ad (patch)
treea8a5aff6c3f2848e8d78075070179297f1fee22c /smtpd/smtpd.h
parent- kill dead code (diff)
downloadOpenSMTPD-3a0d9b77bd8c43858dedc7a265e6c2d1d5a4f5ad.tar.xz
OpenSMTPD-3a0d9b77bd8c43858dedc7a265e6c2d1d5a4f5ad.zip
sync with OpenBSDopensmtpd-201609141252
Diffstat (limited to 'smtpd/smtpd.h')
-rw-r--r--smtpd/smtpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/smtpd/smtpd.h b/smtpd/smtpd.h
index 30dbc6ac..0b6d3c5f 100644
--- a/smtpd/smtpd.h
+++ b/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.521 2016/09/01 10:54:25 eric Exp $ */
+/* $OpenBSD: smtpd.h,v 1.522 2016/09/03 16:06:26 eric Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -161,7 +161,7 @@ union lookup {
* Bump IMSG_VERSION whenever a change is made to enum imsg_type.
* This will ensure that we can never use a wrong version of smtpctl with smtpd.
*/
-#define IMSG_VERSION 14
+#define IMSG_VERSION 15
enum imsg_type {
IMSG_NONE,