diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-05 04:57:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-05 04:57:57 +0000 |
commit | 15341cdae111f6689327d72e57341b6ef614c342 (patch) | |
tree | 307f22b5a6171639a2ce97efefb72046e906109d /smtp.h | |
parent | c714471f650de665f03591e2c5652d2831f04684 (diff) | |
download | fetchmail-15341cdae111f6689327d72e57341b6ef614c342.tar.gz fetchmail-15341cdae111f6689327d72e57341b6ef614c342.tar.bz2 fetchmail-15341cdae111f6689327d72e57341b6ef614c342.zip |
Ready for Rachel.
svn path=/trunk/; revision=602
Diffstat (limited to 'smtp.h')
-rw-r--r-- | smtp.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |