aboutsummaryrefslogtreecommitdiff
path: root/lib/sendf.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-10-31 15:08:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-10-31 15:08:16 +0000
commit7b93348aae601e264c441baea66abf33ea8b3c33 (patch)
tree4b17686033a9b9035fd25da8bbf262ef0b698f2d /lib/sendf.h
parenteaf475b538890336abb11fd9fd18a8ce166adaa9 (diff)
Curl_sendf now returns a CURLcode
Diffstat (limited to 'lib/sendf.h')
-rw-r--r--lib/sendf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sendf.h b/lib/sendf.h
index 67f3dd7f1..b23191416 100644
--- a/lib/sendf.h
+++ b/lib/sendf.h
@@ -23,7 +23,7 @@
* $Id$
*****************************************************************************/
-size_t Curl_sendf(int fd, struct connectdata *, const char *fmt, ...);
+CURLcode Curl_sendf(int fd, struct connectdata *, const char *fmt, ...);
void Curl_infof(struct SessionHandle *, const char *fmt, ...);
void Curl_failf(struct SessionHandle *, const char *fmt, ...);