1 2 3 4 5 6 7 8 9
/* ISC license. */ #include <nsss/pwd-unix.h> #include "nsss-unix-internal.h" void nsss_unix_endpwent (void) { nsss_unix_pwd_end(&nsss_unix_pwd_here) ; }