From 2b9d328bdb940511fd49caae839579835b18d8bc Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 5 Feb 2013 18:24:50 +0100 Subject: [PATCH] Adding SPP framework for qmail-smtpd qmail-1.03-r17-spp --- qmail-spp.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 qmail-spp.h (limited to 'qmail-spp.h') diff --git a/qmail-spp.h b/qmail-spp.h new file mode 100644 index 0000000..b4d7154 --- /dev/null +++ b/qmail-spp.h @@ -0,0 +1,14 @@ +#ifndef QMAIL_SPP_H +#define QMAIL_SPP_H + +extern stralloc sppheaders; +extern int spp_init(); +extern int spp_connect(); +extern int spp_helo(); +extern void spp_rset(); +extern int spp_mail(); +extern int spp_rcpt(); +extern int spp_data(); +extern int spp_auth(); + +#endif -- cgit v1.2.3