1471. [bug] libbind: updated to BIND 8.4.0.

This commit is contained in:
Mark Andrews 2003-06-03 06:40:22 +00:00
parent 395b4b3e6d
commit 90df33887f

View file

@ -369,12 +369,20 @@ int getnetgrent(char **machinep, char **userp, char **domainp);
int getnetgrent_r(char **machinep, char **userp, char **domainp, NGR_R_ARGS);
#ifdef SETNETGRENT_ARGS
void setnetgrent(SETNETGRENT_ARGS);
#else
void setnetgrent(const char *netgroup);
#endif
void endnetgrent(void);
#ifdef INNETGR_ARGS
int innetgr(INNETGR_ARGS);
#else
int innetgr(const char *netgroup, const char *machine,
const char *user, const char *domain);
#endif
#ifdef NGR_R_ENT_ARGS
NGR_R_SET_RETURN