From 59b05ac383f45ac3fe2e9fba899b440def9da2bd Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 30 Oct 2007 23:00:40 +0000 Subject: Fixed an OOM problem with file: URLs Moved Curl_file_connect into the protocol handler struct. --- lib/file.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/file.h') diff --git a/lib/file.h b/lib/file.h index 7f338af1a..f77972094 100644 --- a/lib/file.h +++ b/lib/file.h @@ -25,7 +25,5 @@ ***************************************************************************/ #ifndef CURL_DISABLE_FILE extern const struct Curl_handler Curl_handler_file; - -CURLcode Curl_file_connect(struct connectdata *); #endif #endif -- cgit v1.2.3