1 2 3 4 5 6 7 8 9
/* ISC license. */ #include <nsss/grp-unix.h> #include "nsss-unix-internal.h" void nsss_unix_endgrent (void) { nsss_unix_grp_end(&nsss_unix_grp_here) ; }