diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-07-30 20:11:51 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-07-30 20:11:51 +0000 |
commit | cc0285da7f99fd4cb87db7059552db929b6f24f2 (patch) | |
tree | dc0ba4dd8b49a869169acd567507f349fa32b213 /lib/http.h | |
parent | f3bc16f4f5139371725b26139429ad4e51ec1473 (diff) | |
download | curl-cc0285da7f99fd4cb87db7059552db929b6f24f2.tar.gz |
Factored out Curl_copy_header_value
Diffstat (limited to 'lib/http.h')
-rw-r--r-- | lib/http.h | 2 |
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, |