[PATCH] wsdapi: Make send_udp_multicast_of_type() static.

Francois Gouget fgouget at free.fr
Tue Apr 17 20:24:26 CDT 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 bea63fb67e3..f86b3b4a3e0 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;
-- 
2.17.0




More information about the wine-devel mailing list