aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'smtp.h')
-rw-r--r--smtp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/smtp.h b/smtp.h
index ff3f7ac3..53b5c5c0 100644
--- a/smtp.h
+++ b/smtp.h
@@ -24,7 +24,10 @@ int SMTP_from(FILE *sockfp,char *from,char *opts);
int SMTP_rcpt(FILE *sockfp,char *to);
int SMTP_data(FILE *sockfp);
int SMTP_eom(FILE *sockfp);
+int SMTP_rset(FILE *sockfp);
int SMTP_quit(FILE *sockfp);
int SMTP_ok(FILE *sockfp);
+extern char smtp_response[MSGBUFSIZE];
+
#endif