From d29f00801f0c468640792ca5888c4f7b16f94254 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 16 Nov 1996 16:38:34 +0000 Subject: Include Cameron McPherson's patch for handling multi-line SMTP responses. svn path=/trunk/; revision=545 --- smtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smtp.h') diff --git a/smtp.h b/smtp.h index 96b3e44b..d673ec93 100644 --- a/smtp.h +++ b/smtp.h @@ -20,7 +20,7 @@ int SMTP_rcpt(FILE *sockfp,char *to); int SMTP_data(FILE *sockfp); int SMTP_eom(FILE *sockfp); int SMTP_quit(FILE *sockfp); -int SMTP_ok(FILE *sockfp,char *argbuf); +int SMTP_ok(FILE *sockfp); void SMTP_rset(FILE *sockfp); #endif -- cgit v1.2.3