diff --git a/reactos/drivers/net/wshtcpip/wshtcpip.c b/reactos/drivers/net/wshtcpip/wshtcpip.c index 15f4e690aa5..956ff310448 100644 --- a/reactos/drivers/net/wshtcpip/wshtcpip.c +++ b/reactos/drivers/net/wshtcpip/wshtcpip.c @@ -162,7 +162,7 @@ INT EXPORT WSHGetWSAProtocolInfo( IN LPWSTR ProviderName, - OUT LPWSAPROTOCOL_INFOW ProtocolInfo, + OUT LPWSAPROTOCOL_INFOW* ProtocolInfo, OUT LPDWORD ProtocolInfoEntries) { UNIMPLEMENTED