aboutsummaryrefslogtreecommitdiff
path: root/lib/sendf.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-03 11:41:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-03 11:41:05 +0000
commitea81dd9e2e163f096df884b22e823f1a0e8569f0 (patch)
treecc19b3a0d6d32dcf486bfb1a731ea15099333ed1 /lib/sendf.h
parent7dcb1027332e26f59dea184c4755272311195874 (diff)
Alexander Krasnostavsky's FTP third party transfer (proxy) support
Diffstat (limited to 'lib/sendf.h')
-rw-r--r--lib/sendf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sendf.h b/lib/sendf.h
index 4c001ec13..bdd3a7900 100644
--- a/lib/sendf.h
+++ b/lib/sendf.h
@@ -50,7 +50,7 @@ CURLcode Curl_write(struct connectdata *conn,
/* the function used to output verbose information */
int Curl_debug(struct SessionHandle *handle, curl_infotype type,
- char *data, size_t size);
+ char *data, size_t size, char *host);
#endif