Fixed an OOM problem with file: URLs

Moved Curl_file_connect into the protocol handler struct.
This commit is contained in:
Dan Fandrich
2007-10-30 23:00:40 +00:00
parent 9b15f1be26
commit 59b05ac383
4 changed files with 15 additions and 11 deletions

View File

@@ -25,7 +25,5 @@
***************************************************************************/
#ifndef CURL_DISABLE_FILE
extern const struct Curl_handler Curl_handler_file;
CURLcode Curl_file_connect(struct connectdata *);
#endif
#endif