From 1b1f143cd65cb86138e3083790d89f959e3ecc87 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 24 Aug 2000 12:33:16 +0000 Subject: hostname and large file support added --- lib/sendf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/sendf.h') diff --git a/lib/sendf.h b/lib/sendf.h index c6c7bdb97..79eff1c40 100644 --- a/lib/sendf.h +++ b/lib/sendf.h @@ -40,7 +40,8 @@ * ------------------------------------------------------------ ****************************************************************************/ -int sendf(int fd, struct UrlData *, char *fmt, ...); +size_t sendf(int fd, struct UrlData *, char *fmt, ...); +size_t ssend(int fd, struct UrlData *, void *fmt, size_t len); void infof(struct UrlData *, char *fmt, ...); void failf(struct UrlData *, char *fmt, ...); -- cgit v1.2.3