blob: 8ae43ea0f1f5dd0f498afcb86caecada5e89bdce (
plain)
1
2
3
4
5
6
7
8
9
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) ;
}
|