aboutsummaryrefslogtreecommitdiff
path: root/lib/sendf.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sendf.h')
-rw-r--r--lib/sendf.h3
1 files changed, 2 insertions, 1 deletions
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, ...);