From b52263069d5ddf322d4bddd639e693d4b80f0228 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 5 Dec 1999 12:43:06 +0000 Subject: [PATCH] move getnameinfo_verified to roken.h.in git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7530 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index 5e366d20c..90804be6f 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -276,10 +276,4 @@ socket_set_tos (int sock, int tos); void socket_set_reuseaddr (int sock, int val); -int -getnameinfo_verified(const struct sockaddr *sa, socklen_t salen, - char *host, size_t hostlen, - char *serv, size_t servlen, - int flags); - #endif /* __ROKEN_COMMON_H__ */