Skip to content
Snippets Groups Projects
Commit 113850a7 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added compareheader proto

parent 1c49a00d
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,10 @@
* $Id$
***************************************************************************/
#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 */
CURLcode Curl_ConnectHTTPProxyTunnel(struct connectdata *conn,
int tunnelsocket,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment