]> granicus.if.org Git - curl/commitdiff
Curl_sendf now returns a CURLcode
authorDaniel Stenberg <daniel@haxx.se>
Wed, 31 Oct 2001 15:08:16 +0000 (15:08 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 31 Oct 2001 15:08:16 +0000 (15:08 +0000)
lib/sendf.h

index 67f3dd7f114b75e03776c44ffa03189206499832..b231914161c49ee9dce88a4ff7afed3c0bbc0911 100644 (file)
@@ -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, ...);