From 84e94fda8ba36c77c80e012c52ad36a4a59de6a7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 5 Mar 2001 13:39:01 +0000 Subject: remade FILE:// support to look more as the other protocols --- lib/file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/file.h') diff --git a/lib/file.h b/lib/file.h index ff66eb80f..83ffa3975 100644 --- a/lib/file.h +++ b/lib/file.h @@ -23,6 +23,6 @@ * * $Id$ *****************************************************************************/ -CURLcode file(struct connectdata *conn); - +CURLcode Curl_file(struct connectdata *conn); +CURLcode Curl_file_connect(struct connectdata *conn); #endif -- cgit v1.2.3