blob: ecf83c9fa71fde2de576ea268eef2cf06e888f4f (
plain)
1
2
3
4
5
6
7
8
|
/* ISC license. */
#include <skalibs/stralloc.h>
#include <nsss/shadow-def.h>
#include "nsss-internal.h"
struct spwd nsss_shadow_here ;
stralloc nsss_shadow_sa_here = STRALLOC_ZERO ;
|