From 61ffcd781599ac9a9f85b92f4be10588f2015721 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 13 Oct 2007 00:47:53 +0000 Subject: Made a few more functions static with the protocol handler table in place. --- lib/file.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/file.h') 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 -- cgit v1.2.3