mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
added compareheader proto
This commit is contained in:
parent
1c49a00d64
commit
113850a748
@ -24,6 +24,10 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
#ifndef CURL_DISABLE_HTTP
|
#ifndef CURL_DISABLE_HTTP
|
||||||
|
bool Curl_compareheader(char *headerline, /* line to check */
|
||||||
|
const char *header, /* header keyword _with_ colon */
|
||||||
|
const char *content); /* content string to find */
|
||||||
|
|
||||||
/* ftp can use this as well */
|
/* ftp can use this as well */
|
||||||
CURLcode Curl_ConnectHTTPProxyTunnel(struct connectdata *conn,
|
CURLcode Curl_ConnectHTTPProxyTunnel(struct connectdata *conn,
|
||||||
int tunnelsocket,
|
int tunnelsocket,
|
||||||
|
Loading…
Reference in New Issue
Block a user