summaryrefslogtreecommitdiffstats
path: root/qmail-spp.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2013-02-05 18:24:50 +0100
committermanuel <manuel@mausz.at>2013-02-05 18:24:50 +0100
commit2b9d328bdb940511fd49caae839579835b18d8bc (patch)
tree2783b94056505b4f2b8b3e46bd51603fdfa5f81b /qmail-spp.h
parentb4d6d654e95c9ad5a019a58e69679e8dd3201dc4 (diff)
downloadqmail-2b9d328bdb940511fd49caae839579835b18d8bc.tar.gz
qmail-2b9d328bdb940511fd49caae839579835b18d8bc.tar.bz2
qmail-2b9d328bdb940511fd49caae839579835b18d8bc.zip
[PATCH] Adding SPP framework for qmail-smtpd
qmail-1.03-r17-spp
Diffstat (limited to 'qmail-spp.h')
-rw-r--r--qmail-spp.h14
1 files changed, 14 insertions, 0 deletions
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 @@
1#ifndef QMAIL_SPP_H
2#define QMAIL_SPP_H
3
4extern stralloc sppheaders;
5extern int spp_init();
6extern int spp_connect();
7extern int spp_helo();
8extern void spp_rset();
9extern int spp_mail();
10extern int spp_rcpt();
11extern int spp_data();
12extern int spp_auth();
13
14#endif