summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CTest/Curl/http.h')
-rw-r--r--Source/CTest/Curl/http.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/CTest/Curl/http.h b/Source/CTest/Curl/http.h
index d78322c..2f40ea1 100644
--- a/Source/CTest/Curl/http.h
+++ b/Source/CTest/Curl/http.h
@@ -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,