From 02eb6184ad6ba6133382dfe24b45472176df92f7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Sep 2017 15:13:42 +0200 Subject: Curl_checkheaders: make it available for IMAP and SMTP too ... not only HTTP uses this now. Closes #1875 --- lib/http.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/http.h') diff --git a/lib/http.h b/lib/http.h index 3e446813f..d2781bc0f 100644 --- a/lib/http.h +++ b/lib/http.h @@ -40,8 +40,6 @@ 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_checkheaders(const struct connectdata *conn, - const char *thisheader); char *Curl_copy_header_value(const char *header); char *Curl_checkProxyheaders(const struct connectdata *conn, -- cgit v1.2.3