Factored out Curl_copy_header_value

This commit is contained in:
Dan Fandrich 2008-07-30 20:11:51 +00:00
parent f3bc16f4f5
commit cc0285da7f
3 changed files with 89 additions and 78 deletions

View file

@ -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,