urlmon: Make create_http_protocol() static.

Francois Gouget fgouget at free.fr
Sat Feb 7 09:06:11 CST 2009


---
 dlls/urlmon/http.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/urlmon/http.c b/dlls/urlmon/http.c
index 2e73653..9bb4ffa 100644
--- a/dlls/urlmon/http.c
+++ b/dlls/urlmon/http.c
@@ -933,7 +933,7 @@ static const IInternetProtocolVtbl HttpProtocolVtbl = {
     HttpProtocol_UnlockRequest
 };
 
-HRESULT create_http_protocol(BOOL https, void **ppobj)
+static HRESULT create_http_protocol(BOOL https, void **ppobj)
 {
     HttpProtocol *ret;
 
-- 
1.5.6.5




More information about the wine-patches mailing list