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
1 changed files with 1 additions and 1 deletions

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