mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:03:32 +03:00
smtp: Fixed const'ness of nread parameter in Curl_smtp_escape_eob()
...and some comment typos!
This commit is contained in:
parent
4bd860a001
commit
854049f962
2 changed files with 5 additions and 7 deletions
|
|
@ -101,6 +101,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, ssize_t nread);
|
||||
CURLcode Curl_smtp_escape_eob(struct connectdata *conn, const ssize_t nread);
|
||||
|
||||
#endif /* HEADER_CURL_SMTP_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue