aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Faurot <eric@faurot.net>2012-11-30 10:35:00 +0100
committerEric Faurot <eric@faurot.net>2012-11-30 10:35:00 +0100
commitd734550172570fc12f2eccd5edceb5926829734d (patch)
treee976dba14dd0f51cf7b5455240506b21e894f6b6
parentsmall fixes and cleanups (diff)
downloadOpenSMTPD-d734550172570fc12f2eccd5edceb5926829734d.tar.xz
OpenSMTPD-d734550172570fc12f2eccd5edceb5926829734d.zip
remove struct submit_status
-rw-r--r--smtpd/smtpd.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/smtpd/smtpd.h b/smtpd/smtpd.h
index 44cc4805..6ba26a45 100644
--- a/smtpd/smtpd.h
+++ b/smtpd/smtpd.h
@@ -554,16 +554,6 @@ struct smtpd {
#define TRACE_PROFILING 0x0100
#define TRACE_RULES 0x0200
-struct submit_status {
- int code; /**/
- union submit_path {
- struct mailaddr maddr; /**/
- char errormsg[MAX_LINE_SIZE + 1]; /**/
- char dataline[MAX_LINE_SIZE + 1]; /**/
- char headerline[MAX_LINE_SIZE + 1]; /**/
- } u;
-};
-
struct forward_req {
uint64_t id;
uint8_t status;