aboutsummaryrefslogtreecommitdiff
path: root/lib/sendf.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-12-11 02:14:11 +0000
committerYang Tse <yangsita@gmail.com>2009-12-11 02:14:11 +0000
commit2fc1752d6e978995ae04cc36525f76fd57a4ae09 (patch)
treebf79420f25b59db924c7a4b7cc73ddaa7e667d3f /lib/sendf.h
parent296ebf382c7f629f3ab8a8ca895153d72202629d (diff)
Removed function prototype without implementation
Diffstat (limited to 'lib/sendf.h')
-rw-r--r--lib/sendf.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/sendf.h b/lib/sendf.h
index a1e60a88f..dab91433d 100644
--- a/lib/sendf.h
+++ b/lib/sendf.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2009, 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
@@ -55,9 +55,6 @@ void Curl_failf(struct SessionHandle *, const char *fmt, ...);
CURLcode Curl_client_write(struct connectdata *conn, int type, char *ptr,
size_t len);
-void Curl_read_rewind(struct connectdata *conn,
- size_t extraBytesRead);
-
/* internal read-function, does plain socket only */
int Curl_read_plain(curl_socket_t sockfd,
char *buf,