From b1b6ddf9079453caa64484f31887cb4273c045bc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 7 Nov 1998 21:16:32 +0000 Subject: Added LMTP support. svn path=/trunk/; revision=2177 --- smtp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'smtp.h') diff --git a/smtp.h b/smtp.h index 9a39f5dc..8563343c 100644 --- 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); -- cgit v1.2.3