git-svn-id: http://bladebattles.com/kurok/SVN@11 20cd92bb-ff49-0410-b73e-96a06e42c3b9
[kurok.git] / psp / gethost.hpp
blob7b0d4a244d094633a1e903c6f3e2f726c8117675
2 #ifndef GETHOST
3 #define GETHOST
5 struct hostent *gethostbyaddr(const void *addr, int len, int type);
6 struct hostent *gethostbyname(const char *name);
7 int gethostname(char *name, int namelen);
9 #endif