diff options
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 |