aboutsummaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-09-08 15:13:42 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-09-11 00:26:17 +0200
commit02eb6184ad6ba6133382dfe24b45472176df92f7 (patch)
tree0c18b8dd868fec7eccbe0f028c95da857db9cc2e /lib/http.h
parent7207aaa69696a5d28fbb628954f74ecbe2df97dc (diff)
Curl_checkheaders: make it available for IMAP and SMTP too
... not only HTTP uses this now. Closes #1875
Diffstat (limited to 'lib/http.h')
-rw-r--r--lib/http.h2
1 files changed, 0 insertions, 2 deletions
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,