diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-30 15:24:13 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-30 15:24:13 +0000 |
commit | 453e03466352e99d3cfabce60e1d4d21a50972a7 (patch) | |
tree | 66acc7ed32cb4aad46fac0f47c2d3fafe0d770ed /smtp.h | |
parent | 8a6f9f2bd1f2c2a11f28fcb7a5e0642687863e72 (diff) | |
download | fetchmail-453e03466352e99d3cfabce60e1d4d21a50972a7.tar.gz fetchmail-453e03466352e99d3cfabce60e1d4d21a50972a7.tar.bz2 fetchmail-453e03466352e99d3cfabce60e1d4d21a50972a7.zip |
Get rid of an unnecessary function.
svn path=/trunk/; revision=437
Diffstat (limited to 'smtp.h')
-rw-r--r-- | smtp.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,7 +22,6 @@ int SMTP_data(int socket); int SMTP_eom(int socket); int SMTP_quit(int socket); int SMTP_ok(int socket,char *argbuf); -int SMTP_Gets(int socket,char *buf,int sz); void SMTP_rset(int socket); #endif /* HAVE_PROTOTYPES */ |