Add getnetgrent_r.c prototype

This commit is contained in:
Mark Andrews
2001-07-04 05:32:42 +00:00
parent 93373a8c3c
commit e598df739d

View File

@@ -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