summaryrefslogtreecommitdiff
path: root/lib/smtp.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-12-30 22:09:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-12-30 22:09:43 +0000
commita1311e5a24e8163876d2d52a422b90d6ba037dd8 (patch)
treee8a6fb8f74632623ac1479522bc56a382fdd8211 /lib/smtp.h
parent5e6ffe353ab478d67c2964de5a3eb2fd9fcb0528 (diff)
downloadcurl-a1311e5a24e8163876d2d52a422b90d6ba037dd8.tar.gz
moved the SMTP payload escape function into Curl_smtp_escape_eob and put
it in smtp.c
Diffstat (limited to 'lib/smtp.h')
-rw-r--r--lib/smtp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/smtp.h b/lib/smtp.h
index ec0bcfb8b..31de99e23 100644
--- a/lib/smtp.h
+++ b/lib/smtp.h
@@ -62,4 +62,6 @@ extern const struct Curl_handler Curl_handler_smtps;
#define SMTP_EOB_REPL "\x0d\x0a\x2e\x2e"
#define SMTP_EOB_REPL_LEN 4
+CURLcode Curl_smtp_escape_eob(struct connectdata *conn, int nread);
+
#endif /* __SMTP_H */