1 2 3 4 5 6 7 8 9 10
/* ISC license. */ #include <nsss/pwd-switch.h> #include "nsss-switch-internal.h" void nsss_switch_endpwent (void) { nsss_switch_pwd_end(&nsss_switch_here, 0, 0) ; nsss_switch_end(&nsss_switch_here, NSSS_SWITCH_PWD) ; }