aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-16 16:38:34 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-16 16:38:34 +0000
commitd29f00801f0c468640792ca5888c4f7b16f94254 (patch)
treeed7917d15bad1ba0477cbf2d4abdac29749577a2 /smtp.h
parenta147a777842e22c5ef0ca1ca86cfe61f952056a4 (diff)
downloadfetchmail-d29f00801f0c468640792ca5888c4f7b16f94254.tar.gz
fetchmail-d29f00801f0c468640792ca5888c4f7b16f94254.tar.bz2
fetchmail-d29f00801f0c468640792ca5888c4f7b16f94254.zip
Include Cameron McPherson's patch for handling multi-line SMTP responses.
svn path=/trunk/; revision=545
Diffstat (limited to 'smtp.h')
-rw-r--r--smtp.h2
1 files changed, 1 insertions, 1 deletions
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