remade FILE:// support to look more as the other protocols

This commit is contained in:
Daniel Stenberg
2001-03-05 13:39:01 +00:00
parent ebd6897b10
commit 84e94fda8b
4 changed files with 78 additions and 47 deletions

View File

@@ -23,6 +23,6 @@
*
* $Id$
*****************************************************************************/
CURLcode file(struct connectdata *conn);
CURLcode Curl_file(struct connectdata *conn);
CURLcode Curl_file_connect(struct connectdata *conn);
#endif