diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-10-31 15:08:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-10-31 15:08:16 +0000 |
commit | 7b93348aae601e264c441baea66abf33ea8b3c33 (patch) | |
tree | 4b17686033a9b9035fd25da8bbf262ef0b698f2d /lib/sendf.h | |
parent | eaf475b538890336abb11fd9fd18a8ce166adaa9 (diff) | |
download | curl-7b93348aae601e264c441baea66abf33ea8b3c33.tar.gz |
Curl_sendf now returns a CURLcode
Diffstat (limited to 'lib/sendf.h')
-rw-r--r-- | lib/sendf.h | 2 |
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, ...); |