hnetcfg: Make NetFwOpenPort_create() static.

This commit is contained in:
Francois Gouget 2009-10-21 09:34:28 +02:00 committed by Alexandre Julliard
parent 8a210f4e55
commit dc5bff6632
1 changed files with 1 additions and 1 deletions

View File

@ -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;