From a016460027f89e7c81106a0560d1d495f727c182 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 10 Mar 2002 19:59:59 +0000 Subject: Expose the ESMTP name and password options. svn path=/trunk/; revision=3596 --- smtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smtp.h') diff --git a/smtp.h b/smtp.h index 6f375684..8d27049b 100644 --- a/smtp.h +++ b/smtp.h @@ -23,7 +23,7 @@ void SMTP_setmode(char); int SMTP_helo(int socket,const char *host); -int SMTP_ehlo(int socket,const char *host,int *opt); +int SMTP_ehlo(int socket,const char *host, char *name, char *passwd, int *opt); int SMTP_from(int socket,const char *from,const char *opts); int SMTP_rcpt(int socket,const char *to); int SMTP_data(int socket); -- cgit v1.2.3