Commit 7b93348a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_sendf now returns a CURLcode

parent eaf475b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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, ...);