Provide the missing cdecl for _nsdispatch.

This commit is contained in:
Chris Johns 2015-06-16 12:53:46 +10:00
parent 8440506ee8
commit 7c8c0eb134

View File

@ -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_ */