diff options
Diffstat (limited to 'src/libnsss/nsss_switch_endgrent.c')
-rw-r--r-- | src/libnsss/nsss_switch_endgrent.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libnsss/nsss_switch_endgrent.c b/src/libnsss/nsss_switch_endgrent.c new file mode 100644 index 0000000..8ae43ea --- /dev/null +++ b/src/libnsss/nsss_switch_endgrent.c @@ -0,0 +1,10 @@ +/* ISC license. */ + +#include <nsss/grp-switch.h> +#include "nsss-switch-internal.h" + +void nsss_switch_endgrent (void) +{ + nsss_switch_grp_end(&nsss_switch_here, 0, 0) ; + nsss_switch_end(&nsss_switch_here, NSSS_SWITCH_GRP) ; +} |