aboutsummaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-01-07 14:02:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-01-07 14:02:05 +0000
commitd37a9c4f8737c926dbe0a7256530c687092cfcb9 (patch)
tree1d062f445b48c4f03ab575479c6254907fe9ba5f /lib/http.h
parent88944eb13ab16baea36bca01b23b9158a77c2223 (diff)
removed Curl_http_header_append() prototype as it isn't used anymore, the
function was moved to http.c and was made static and renamed
Diffstat (limited to 'lib/http.h')
-rw-r--r--lib/http.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/http.h b/lib/http.h
index 263b8989c..f6781cc99 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -8,7 +8,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -125,10 +125,6 @@ struct HTTP {
points to an allocated send_buffer struct */
};
-CURLcode Curl_http_header_append(struct SessionHandle *data,
- struct SingleRequest *k,
- size_t length);
-
CURLcode Curl_http_readwrite_headers(struct SessionHandle *data,
struct connectdata *conn,
struct SingleRequest *k,