repo.or.cz
/
kurok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
git-svn-id: http://bladebattles.com/kurok/SVN@11 20cd92bb-ff49-0410-b73e-96a06e42c3b9
[kurok.git]
/
psp
/
gethost.hpp
blob
7b0d4a244d094633a1e903c6f3e2f726c8117675
1
2
#ifndef GETHOST
3
#define GETHOST
4
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
);
8
9
#endif