Francois Gouget : wsdapi: Make send_udp_multicast_of_type() static.
Module: wine Branch: master Commit: ef8aa7fb5bafe46cff0e3b29eafba078fb3c8646 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ef8aa7fb5bafe46cff0e3b29e... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Apr 18 03:24:26 2018 +0200 wsdapi: Make send_udp_multicast_of_type() static. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wsdapi/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wsdapi/network.c b/dlls/wsdapi/network.c index bea63fb..f86b3b4 100644 --- a/dlls/wsdapi/network.c +++ b/dlls/wsdapi/network.c @@ -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;
participants (1)
-
Alexandre Julliard