aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'smtp.h')
-rw-r--r--smtp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/smtp.h b/smtp.h
index d673ec93..cdcadd5a 100644
--- a/smtp.h
+++ b/smtp.h
@@ -21,6 +21,5 @@ int SMTP_data(FILE *sockfp);
int SMTP_eom(FILE *sockfp);
int SMTP_quit(FILE *sockfp);
int SMTP_ok(FILE *sockfp);
-void SMTP_rset(FILE *sockfp);
#endif