aboutsummaryrefslogtreecommitdiff
path: root/lib/sendf.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-09-21 08:49:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-09-21 08:49:16 +0000
commita82eb0fc6d14426d9ac71ef7690b623daeb50b59 (patch)
tree26ec69a255413c982216396366cad6614a31ff42 /lib/sendf.h
parent6f6dfa97a80cb1da3ea82d02cc855000e7b5ea95 (diff)
adjusted to support krb4
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, ...);