]> granicus.if.org Git - curl/commitdiff
removed Curl_http_header_append() prototype as it isn't used anymore, the
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 Jan 2010 14:02:05 +0000 (14:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Jan 2010 14:02:05 +0000 (14:02 +0000)
function was moved to http.c and was made static and renamed

lib/http.h

index 263b8989ccb52d16651e770deb8d3045c2e981d2..f6781cc992a5484e2b4bffe6162ebfb53034b4d5 100644 (file)
@@ -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,