aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.h
diff options
context:
space:
mode:
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