mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 03:50:00 -04:00
1471. [bug] libbind: updated to BIND 8.4.0.
This commit is contained in:
parent
395b4b3e6d
commit
90df33887f
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue