From 113850a7483068848cbc42ab129d18452af41d24 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 28 Nov 2002 15:48:23 +0000 Subject: added compareheader proto --- lib/http.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/http.h b/lib/http.h index d78322ce5..2f40ea1ff 100644 --- a/lib/http.h +++ b/lib/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, -- cgit v1.2.3