diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-03 11:41:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-03 11:41:05 +0000 |
commit | ea81dd9e2e163f096df884b22e823f1a0e8569f0 (patch) | |
tree | cc19b3a0d6d32dcf486bfb1a731ea15099333ed1 /lib/sendf.h | |
parent | 7dcb1027332e26f59dea184c4755272311195874 (diff) | |
download | curl-ea81dd9e2e163f096df884b22e823f1a0e8569f0.tar.gz |
Alexander Krasnostavsky's FTP third party transfer (proxy) support
Diffstat (limited to 'lib/sendf.h')
-rw-r--r-- | lib/sendf.h | 2 |
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 |