Will be used later in client tools.
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
const struct tsocket_address *local_address,
const struct auth_session_info *session_info);
-static struct npa_state *npa_state_init(TALLOC_CTX *mem_ctx)
+struct npa_state *npa_state_init(TALLOC_CTX *mem_ctx)
{
struct npa_state *npa;
const struct auth_session_info *session_info,
struct npa_state **pnpa);
+struct npa_state *npa_state_init(TALLOC_CTX *mem_ctx);
+
NTSTATUS rpcint_binding_handle(TALLOC_CTX *mem_ctx,
const struct ndr_interface_table *ndr_table,
const struct tsocket_address *remote_address,