summaryrefslogtreecommitdiff
path: root/src/libnsss/nsss_unix_setpwent.c
blob: 666680bb360fde0f72386dac38c1b39691f04075 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* ISC license. */

#include <nsss/pwd-unix.h>
#include <nsss/nsss-unix.h>
#include "nsss-unix-internal.h"

void nsss_unix_setpwent (void)
{
  if (!nsss_unix_pwd_maybe_start(&nsss_unix_pwd_here)) return ;
  nsss_unix_pwd_rewind(&nsss_unix_pwd_here) ;
}