summaryrefslogtreecommitdiffstats
path: root/qmail-spp.h
diff options
context:
space:
mode:
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