mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
initial support for "uploading" to file:// URLs
This commit is contained in:
parent
765754d39d
commit
fd802db39f
10 changed files with 177 additions and 29 deletions
|
|
@ -24,7 +24,8 @@
|
|||
* $Id$
|
||||
***************************************************************************/
|
||||
#ifndef CURL_DISABLE_FILE
|
||||
CURLcode Curl_file(struct connectdata *conn);
|
||||
CURLcode Curl_file_connect(struct connectdata *conn);
|
||||
CURLcode Curl_file(struct connectdata *);
|
||||
CURLcode Curl_file_done(struct connectdata *, CURLcode);
|
||||
CURLcode Curl_file_connect(struct connectdata *);
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue