Commit 4617d775 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

urlmon: Make create_http_protocol() static.

parent 07b7da77
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment