summary refs log tree commit diff
path: root/src/libnsss/nsss_unix_endspent.c
blob: 3e28e75f8a25e479d4c635b3f3b42a1d295f3867 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* ISC license. */

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

void nsss_unix_endspent (void)
{
  nsss_unix_shadow_end(&nsss_unix_shadow_here) ;
}