diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-10-30 23:00:40 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-10-30 23:00:40 +0000 |
commit | 59b05ac383f45ac3fe2e9fba899b440def9da2bd (patch) | |
tree | fcfb95fbe79dbfee28382f65147e6108350773c2 /lib/file.h | |
parent | 9b15f1be2649da787d9ebdf4a65a973523acbbbe (diff) | |
download | curl-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.h | 2 |
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 |