1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Curl_sendf now returns a CURLcode

This commit is contained in:
Daniel Stenberg 2001-10-31 15:08:16 +00:00
parent eaf475b538
commit 7b93348aae

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