(svn r15926) -Codechange: make the broadcast IP list less AF dependent.
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
|
||||
#ifndef NETWORK_CORE_HOST_H
|
||||
|
||||
void NetworkFindBroadcastIPs(uint32 *broadcast, int limit);
|
||||
void NetworkFindBroadcastIPs(NetworkAddress *broadcast, int limit);
|
||||
|
||||
#endif /* NETWORK_CORE_HOST_H */
|
||||
|
Reference in New Issue
Block a user