diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-10-13 00:47:53 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-10-13 00:47:53 +0000 |
commit | 61ffcd781599ac9a9f85b92f4be10588f2015721 (patch) | |
tree | c920ee214c80d807e36a42c89c6a1c08d4685701 /lib/file.h | |
parent | a9f47b93641b3c59f7f8b01639540aafa7d33881 (diff) | |
download | curl-61ffcd781599ac9a9f85b92f4be10588f2015721.tar.gz |
Made a few more functions static with the protocol handler table in place.
Diffstat (limited to 'lib/file.h')
-rw-r--r-- | lib/file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/file.h b/lib/file.h index 227c0d181..7f338af1a 100644 --- a/lib/file.h +++ b/lib/file.h @@ -26,7 +26,6 @@ #ifndef CURL_DISABLE_FILE extern const struct Curl_handler Curl_handler_file; -CURLcode Curl_file_done(struct connectdata *, CURLcode, bool premature); CURLcode Curl_file_connect(struct connectdata *); #endif #endif |