about summary refs log tree commit diff
path: root/src/libnsss/nsss_unix_endpwent.c
blob: c7d87af4cd693e7bf2ce239a6f6651913f3718c3 (plain) (blame)
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) ;
}