mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 03:17:56 +08:00
Provide the missing cdecl for _nsdispatch.
This commit is contained in:
@@ -139,4 +139,7 @@ void _sethosthtent(int, struct hostent_data *);
|
|||||||
void _setnetdnsent(int);
|
void _setnetdnsent(int);
|
||||||
void _setnethtent(int, struct netent_data *);
|
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_ */
|
#endif /* _NETDB_PRIVATE_H_ */
|
||||||
|
Reference in New Issue
Block a user