]> Pileus Git - ~andy/fetchmail/blobdiff - smtp.h
Added LMTP support.
[~andy/fetchmail] / smtp.h
diff --git a/smtp.h b/smtp.h
index 9a39f5dce7a7b9e84fd3118ffd59e0cfff80ffe5..8563343ca0d7572f536b12225b7941a1dde4e1c4 100644 (file)
--- a/smtp.h
+++ b/smtp.h
@@ -19,6 +19,7 @@
 #define ESMTP_SIZE     0x02
 #define ESMTP_ETRN     0x04
 
+int SMTP_setmode(char);
 int SMTP_helo(int socket,const char *host);
 int SMTP_ehlo(int socket,const char *host,int *opt);
 int SMTP_from(int socket,const char *from,const char *opts);