src/network/core/host.h
author translators
Fri, 05 Dec 2008 18:45:05 +0000
changeset 10406 a929a9e55ce9
parent 9844 705fc23bedba
permissions -rw-r--r--
(svn r14657) -Update: WebTranslator2 update to 2008-12-05 18:44:56
afrikaans - 5 fixed by burgerd (5)
icelandic - 13 fixed by scrooge (13)
latvian - 101 fixed by Wersoo (101)
lithuanian - 4 fixed, 293 changed by linasmi (297)
malay - 40 fixed by Syed (40)
slovenian - 11 fixed by Necrolyte (11)
turkish - 78 fixed by Emin (78)
9844
705fc23bedba (svn r13988) -Codechange: move the to IP resolving functions to a separate file.
rubidium
parents:
diff changeset
     1
/* $Id$ */
705fc23bedba (svn r13988) -Codechange: move the to IP resolving functions to a separate file.
rubidium
parents:
diff changeset
     2
705fc23bedba (svn r13988) -Codechange: move the to IP resolving functions to a separate file.
rubidium
parents:
diff changeset
     3
/**
705fc23bedba (svn r13988) -Codechange: move the to IP resolving functions to a separate file.
rubidium
parents:
diff changeset
     4
 * @file host.h Resolving of hostnames/IPs
705fc23bedba (svn r13988) -Codechange: move the to IP resolving functions to a separate file.
rubidium
parents:
diff changeset
     5
 */
705fc23bedba (svn r13988) -Codechange: move the to IP resolving functions to a separate file.
rubidium
parents:
diff changeset
     6
705fc23bedba (svn r13988) -Codechange: move the to IP resolving functions to a separate file.
rubidium
parents:
diff changeset
     7
#ifndef NETWORK_CORE_HOST_H
705fc23bedba (svn r13988) -Codechange: move the to IP resolving functions to a separate file.
rubidium
parents:
diff changeset
     8
705fc23bedba (svn r13988) -Codechange: move the to IP resolving functions to a separate file.
rubidium
parents:
diff changeset
     9
void NetworkFindBroadcastIPs(uint32 *broadcast, int limit);
705fc23bedba (svn r13988) -Codechange: move the to IP resolving functions to a separate file.
rubidium
parents:
diff changeset
    10
uint32 NetworkResolveHost(const char *hostname);
705fc23bedba (svn r13988) -Codechange: move the to IP resolving functions to a separate file.
rubidium
parents:
diff changeset
    11
705fc23bedba (svn r13988) -Codechange: move the to IP resolving functions to a separate file.
rubidium
parents:
diff changeset
    12
#endif /* NETWORK_CORE_HOST_H */