From 7c8c0eb134ed58000cb6c5079c5577a6ccd0dd02 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 16 Jun 2015 12:53:46 +1000 Subject: Provide the missing cdecl for _nsdispatch. --- freebsd/lib/libc/net/netdb_private.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/freebsd/lib/libc/net/netdb_private.h b/freebsd/lib/libc/net/netdb_private.h index 9892c010..ed3465e9 100644 --- a/freebsd/lib/libc/net/netdb_private.h +++ b/freebsd/lib/libc/net/netdb_private.h @@ -139,4 +139,7 @@ void _sethosthtent(int, struct hostent_data *); void _setnetdnsent(int); void _setnethtent(int, struct netent_data *); +int _nsdispatch(void *retval, const ns_dtab disp_tab[], const char *database, + const char *method_name, const ns_src defaults[], ...); + #endif /* _NETDB_PRIVATE_H_ */ -- cgit v1.2.3