summaryrefslogtreecommitdiff
path: root/src/libnsss/nsss_unix_endgrent.c
blob: 58c242233cf29613810ce76de8ed87fe3fca237d (plain)
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) ;
}