]> Pileus Git - ~andy/fetchmail/blobdiff - smtp.h
Ready for Rachel.
[~andy/fetchmail] / smtp.h
diff --git a/smtp.h b/smtp.h
index d673ec93aef963d724fd9ebdc0c6155e8a5b7da3..cdcadd5a1e2f2f4025e11cb3708b4d2642b355b7 100644 (file)
--- 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