X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=libcli%2Fauth%2Fschannel_proto.h;h=da7655908e0db22ea7e4cefaa746fbfe47c4ff64;hb=33215398f32c76f4b8ada7b547c6d0741cb2ac16;hp=0414218614623cd1344a731a435d4deb1cd8f8ad;hpb=9f2e81ae02549369db49c05edf7071612a03a8b8;p=metze%2Fsamba%2Fwip.git diff --git a/libcli/auth/schannel_proto.h b/libcli/auth/schannel_proto.h index 041421861462..da7655908e0d 100644 --- a/libcli/auth/schannel_proto.h +++ b/libcli/auth/schannel_proto.h @@ -28,6 +28,9 @@ struct schannel_state; struct db_context *open_schannel_session_store(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx); +struct schannel_state *netsec_create_state(TALLOC_CTX *mem_ctx, + struct netlogon_creds_CredentialState *creds, + bool initiator); NTSTATUS netsec_incoming_packet(struct schannel_state *state, bool do_unseal, uint8_t *data, size_t length,