From e3821f2c40691cc747d887bac14d4e3d37f0763b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 10 Feb 2011 20:21:11 +1100 Subject: s4-auth Move libcli/security/session.c to the top level This code is now useful in common, as the elements of the auth_session_info structure have now been defined in common IDL. Andrew Bartlett --- source4/auth/auth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth/auth.h') diff --git a/source4/auth/auth.h b/source4/auth/auth.h index ccc5695a2e..70df694b1e 100644 --- a/source4/auth/auth.h +++ b/source4/auth/auth.h @@ -162,6 +162,7 @@ struct auth_critical_sizes { struct ldb_message; struct ldb_context; struct gensec_security; +struct cli_credentials; NTSTATUS auth_get_challenge(struct auth_context *auth_ctx, uint8_t chal[8]); NTSTATUS authsam_account_ok(TALLOC_CTX *mem_ctx, -- cgit