From 7b93348aae601e264c441baea66abf33ea8b3c33 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 31 Oct 2001 15:08:16 +0000
Subject: [PATCH] Curl_sendf now returns a CURLcode

---
 lib/sendf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/sendf.h b/lib/sendf.h
index 67f3dd7f11..b231914161 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, ...);
 
-- 
GitLab