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 79eff1c40..91af88f99 100644
--- a/lib/sendf.h
+++ b/lib/sendf.h
@@ -40,8 +40,9 @@
* ------------------------------------------------------------
****************************************************************************/
+size_t ftpsendf(int fd, struct connectdata *, char *fmt, ...);
size_t sendf(int fd, struct UrlData *, char *fmt, ...);
-size_t ssend(int fd, struct UrlData *, void *fmt, size_t len);
+size_t ssend(int fd, struct connectdata *, void *fmt, size_t len);
void infof(struct UrlData *, char *fmt, ...);
void failf(struct UrlData *, char *fmt, ...);