aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-24 14:35:08 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-24 14:35:08 +0000
commit3671930b106a62a86cd1c7984204d5f094a8d5ff (patch)
treef8157438014ff468d0f31261f90838e31120fe5d /smtp.h
parent553ac7f6c80d96d41dc02c2d8bba240a25c35061 (diff)
downloadfetchmail-3671930b106a62a86cd1c7984204d5f094a8d5ff.tar.gz
fetchmail-3671930b106a62a86cd1c7984204d5f094a8d5ff.tar.bz2
fetchmail-3671930b106a62a86cd1c7984204d5f094a8d5ff.zip
Improved RFC822 conformance in SMTP code.
svn path=/trunk/; revision=116
Diffstat (limited to 'smtp.h')
-rw-r--r--smtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/smtp.h b/smtp.h
index 10a3bb7d..7ee1893d 100644
--- a/smtp.h
+++ b/smtp.h
@@ -26,6 +26,7 @@ int SMTP_from(int socket,char *from);
int SMTP_rcpt(int socket,char *to);
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);