From 06d3fda3852474a3bbc2b2adf562170451a8685e Mon Sep 17 00:00:00 2001 From: Casper Hornstrup Date: Sat, 7 Sep 2002 19:40:57 +0000 Subject: [PATCH] Fixed declaration of WSHGetWSAProtocolInfo svn path=/trunk/; revision=3471 --- reactos/drivers/net/wshtcpip/wshtcpip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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