Skip to content
Snippets Groups Projects
Commit 7b93348a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_sendf now returns a CURLcode

parent eaf475b5
No related branches found
No related tags found
No related merge requests found
......@@ -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, ...);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment