wsdapi: Make send_udp_multicast_of_type() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Francois Gouget 2018-04-18 03:24:26 +02:00 committed by Alexandre Julliard
parent 84ce292217
commit ef8aa7fb5b
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ static DWORD WINAPI sending_thread(LPVOID lpParam)
return 0;
}
BOOL send_udp_multicast_of_type(char *data, int length, int max_initial_delay, ULONG family)
static BOOL send_udp_multicast_of_type(char *data, int length, int max_initial_delay, ULONG family)
{
IP_ADAPTER_ADDRESSES *adapter_addresses = NULL, *adapter_addr;
static const struct in6_addr i_addr_zero;