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, ...);