From 4cd1a5b1c9c12b961f05be57d108bb43718d639b Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 14 Feb 2000 02:24:44 +0000 Subject: [PATCH] remove roken_getaddrinfo_hostspec git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7946 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index 744cd1b3d..bb19de510 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -290,8 +290,5 @@ vstrcollect(va_list *ap); char ** strcollect(char *first, ...); -int -roken_getaddrinfo_hostspec(const char *, int, struct addrinfo **); - #endif /* __ROKEN_COMMON_H__ */