From 267d78cd2d5eedbe4fc5ef40931d73c8927e6d8b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 22 Jan 1997 22:48:24 +0000 Subject: ESMTP SIZE option support. svn path=/trunk/; revision=804 --- smtp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'smtp.h') diff --git a/smtp.h b/smtp.h index ff3f7ac3..53b5c5c0 100644 --- a/smtp.h +++ b/smtp.h @@ -24,7 +24,10 @@ int SMTP_from(FILE *sockfp,char *from,char *opts); int SMTP_rcpt(FILE *sockfp,char *to); int SMTP_data(FILE *sockfp); int SMTP_eom(FILE *sockfp); +int SMTP_rset(FILE *sockfp); int SMTP_quit(FILE *sockfp); int SMTP_ok(FILE *sockfp); +extern char smtp_response[MSGBUFSIZE]; + #endif -- cgit v1.2.3