aboutsummaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-07-30 20:11:51 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-07-30 20:11:51 +0000
commitcc0285da7f99fd4cb87db7059552db929b6f24f2 (patch)
treedc0ba4dd8b49a869169acd567507f349fa32b213 /lib/http.h
parentf3bc16f4f5139371725b26139429ad4e51ec1473 (diff)
Factored out Curl_copy_header_value
Diffstat (limited to 'lib/http.h')
-rw-r--r--lib/http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/http.h b/lib/http.h
index f41ebb6e8..5a04f8c43 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -35,6 +35,8 @@ 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_copy_header_value(const char *h);
+
/* ftp can use this as well */
CURLcode Curl_proxyCONNECT(struct connectdata *conn,
int tunnelsocket,