mirror of
https://github.com/curl/curl.git
synced 2026-08-13 15:40:52 +03:00
Factored out Curl_copy_header_value
This commit is contained in:
parent
f3bc16f4f5
commit
cc0285da7f
3 changed files with 89 additions and 78 deletions
|
|
@ -35,6 +35,8 @@ 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_copy_header_value(const char *h);
|
||||
|
||||
/* ftp can use this as well */
|
||||
CURLcode Curl_proxyCONNECT(struct connectdata *conn,
|
||||
int tunnelsocket,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue