aboutsummaryrefslogtreecommitdiff
path: root/lib/file.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-10-13 00:47:53 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-10-13 00:47:53 +0000
commit61ffcd781599ac9a9f85b92f4be10588f2015721 (patch)
treec920ee214c80d807e36a42c89c6a1c08d4685701 /lib/file.h
parenta9f47b93641b3c59f7f8b01639540aafa7d33881 (diff)
Made a few more functions static with the protocol handler table in place.
Diffstat (limited to 'lib/file.h')
-rw-r--r--lib/file.h1
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