mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 00:02:04 -04:00
Add getnetgrent_r.c prototype
This commit is contained in:
parent
93373a8c3c
commit
e598df739d
1 changed files with 7 additions and 0 deletions
|
|
@ -336,4 +336,11 @@ void endnetgrent(void);
|
|||
int innetgr(const char *netgroup, const char *machine,
|
||||
const char *user, const char *domain);
|
||||
|
||||
#ifdef NGR_R_ENT_ARGS
|
||||
NGR_R_SET_RETURN
|
||||
setnetgrent_r(const char *netgroup, NGR_R_ENT_ARGS);
|
||||
#else
|
||||
NGR_R_SET_RETURN
|
||||
setnetgrent_r(const char *netgroup);
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue