Commit cdbda884 authored by Philip Withnall's avatar Philip Withnall Committed by Olivier Crête

agent: Fix an old-style function definition in the Windows code

parent 73685049
...@@ -418,7 +418,7 @@ SOCKET nice_interfaces_get_WSA_socket () ...@@ -418,7 +418,7 @@ SOCKET nice_interfaces_get_WSA_socket ()
} }
#endif #endif
GList * nice_interfaces_get_local_interfaces () GList * nice_interfaces_get_local_interfaces (void)
{ {
ULONG size = 0; ULONG size = 0;
PMIB_IFTABLE if_table; PMIB_IFTABLE if_table;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment