From 3671930b106a62a86cd1c7984204d5f094a8d5ff Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 24 Sep 1996 14:35:08 +0000 Subject: Improved RFC822 conformance in SMTP code. svn path=/trunk/; revision=116 --- smtp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'smtp.h') diff --git a/smtp.h b/smtp.h index 10a3bb7d..7ee1893d 100644 --- a/smtp.h +++ b/smtp.h @@ -26,6 +26,7 @@ int SMTP_from(int socket,char *from); int SMTP_rcpt(int socket,char *to); int SMTP_data(int socket); int SMTP_eom(int socket); +int SMTP_quit(int socket); int SMTP_ok(int socket,char *argbuf); int SMTP_Gets(int socket,char *buf,int sz); void SMTP_rset(int socket); -- cgit v1.2.3