diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-16 16:38:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-16 16:38:34 +0000 |
commit | d29f00801f0c468640792ca5888c4f7b16f94254 (patch) | |
tree | ed7917d15bad1ba0477cbf2d4abdac29749577a2 /smtp.h | |
parent | a147a777842e22c5ef0ca1ca86cfe61f952056a4 (diff) | |
download | fetchmail-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |