diff options
Diffstat (limited to 'qmail-spp.h')
| -rw-r--r-- | qmail-spp.h | 14 |
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 | |||
| 4 | extern stralloc sppheaders; | ||
| 5 | extern int spp_init(); | ||
| 6 | extern int spp_connect(); | ||
| 7 | extern int spp_helo(); | ||
| 8 | extern void spp_rset(); | ||
| 9 | extern int spp_mail(); | ||
| 10 | extern int spp_rcpt(); | ||
| 11 | extern int spp_data(); | ||
| 12 | extern int spp_auth(); | ||
| 13 | |||
| 14 | #endif | ||
