summaryrefslogtreecommitdiff
path: root/lib/file.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-10-30 23:00:40 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-10-30 23:00:40 +0000
commit59b05ac383f45ac3fe2e9fba899b440def9da2bd (patch)
treefcfb95fbe79dbfee28382f65147e6108350773c2 /lib/file.h
parent9b15f1be2649da787d9ebdf4a65a973523acbbbe (diff)
downloadcurl-59b05ac383f45ac3fe2e9fba899b440def9da2bd.tar.gz
Fixed an OOM problem with file: URLs
Moved Curl_file_connect into the protocol handler struct.
Diffstat (limited to 'lib/file.h')
-rw-r--r--lib/file.h2
1 files changed, 0 insertions, 2 deletions
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