summaryrefslogtreecommitdiffstats
path: root/qmail-spp.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2017-08-17 13:17:22 +0200
committermanuel <manuel@mausz.at>2017-08-17 13:17:22 +0200
commit1cafb5eab0b30e5f5a05737a075123af53153cb1 (patch)
treec6d4774169f7676385eca916eef3e4087693e0a2 /qmail-spp.h
parent3ee3b980a23b79479a650343a0fa876f68cad4bc (diff)
downloadqmail-1cafb5eab0b30e5f5a05737a075123af53153cb1.tar.gz
qmail-1cafb5eab0b30e5f5a05737a075123af53153cb1.tar.bz2
qmail-1cafb5eab0b30e5f5a05737a075123af53153cb1.zip
add support for SMTPUTF8
Diffstat (limited to 'qmail-spp.h')
-rw-r--r--qmail-spp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmail-spp.h b/qmail-spp.h
index b4d7154..e2c03d8 100644
--- a/qmail-spp.h
+++ b/qmail-spp.h
@@ -8,6 +8,7 @@ extern int spp_helo();
8extern void spp_rset(); 8extern void spp_rset();
9extern int spp_mail(); 9extern int spp_mail();
10extern int spp_rcpt(); 10extern int spp_rcpt();
11extern void spp_rcpt_accepted();
11extern int spp_data(); 12extern int spp_data();
12extern int spp_auth(); 13extern int spp_auth();
13 14