mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:43:31 +03:00
Curl_checkheaders: make it available for IMAP and SMTP too
... not only HTTP uses this now. Closes #1875
This commit is contained in:
parent
7207aaa696
commit
02eb6184ad
5 changed files with 30 additions and 25 deletions
|
|
@ -40,8 +40,6 @@ bool Curl_compareheader(const char *headerline, /* line to check */
|
|||
const char *header, /* header keyword _with_ colon */
|
||||
const char *content); /* content string to find */
|
||||
|
||||
char *Curl_checkheaders(const struct connectdata *conn,
|
||||
const char *thisheader);
|
||||
char *Curl_copy_header_value(const char *header);
|
||||
|
||||
char *Curl_checkProxyheaders(const struct connectdata *conn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue