move getnameinfo_verified here from roken-common.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7531 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -507,6 +507,12 @@ char *
|
|||||||
gai_strerror(int ecode);
|
gai_strerror(int ecode);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
int
|
||||||
|
getnameinfo_verified(const struct sockaddr *sa, socklen_t salen,
|
||||||
|
char *host, size_t hostlen,
|
||||||
|
char *serv, size_t servlen,
|
||||||
|
int flags);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* kludges and such
|
* kludges and such
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user