blob: 42e4326f7dc1376a9cf655829b23156759314f29 (
plain)
1
2
3
4
5
|
/* The following definitions come from rpc_client/util_netlogon.c */
NTSTATUS copy_netr_SamBaseInfo(TALLOC_CTX *mem_ctx,
const struct netr_SamBaseInfo *in,
struct netr_SamBaseInfo *out);
|