Commit dc5bff66 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

hnetcfg: Make NetFwOpenPort_create() static.

parent 8a210f4e
......@@ -319,7 +319,7 @@ static const struct INetFwOpenPortVtbl fw_port_vtbl =
fw_port_get_BuiltIn
};
HRESULT NetFwOpenPort_create( IUnknown *pUnkOuter, LPVOID *ppObj )
static HRESULT NetFwOpenPort_create( IUnknown *pUnkOuter, LPVOID *ppObj )
{
fw_port *fp;
......
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