summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r--usr.sbin/smtpd/smtpd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h
index d3d0bcb8ffb..0bfcc2cd34a 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.91 2009/03/12 11:08:26 pea Exp $ */
+/* $OpenBSD: smtpd.h,v 1.92 2009/03/15 18:12:15 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -458,7 +458,6 @@ struct message {
enum message_flags flags;
enum message_status status;
- FILE *datafp;
int mboxfd;
int messagefd;
};
@@ -616,6 +615,8 @@ struct session {
struct batch *batch;
TAILQ_HEAD(mxhostlist, mxhost) mxhosts;
+
+ FILE *datafp;
};
struct smtpd {