Codechange: Update minimum CMake version to 3.16 for all parts. (#13141)
[openttd-github.git] / src / network / core / host.h
blob345b35219303c4465d51024b28555038acbd0e4a
1 /*
2 * This file is part of OpenTTD.
3 * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
4 * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
6 */
8 /**
9 * @file host.h Resolving of hostnames/IPs
12 #ifndef NETWORK_CORE_HOST_H
13 #define NETWORK_CORE_HOST_H
15 #include "address.h"
17 void NetworkFindBroadcastIPs(NetworkAddressList *broadcast);
19 #endif /* NETWORK_CORE_HOST_H */