From 67580434cfa58d197d8fd403a5a8f60b9423b4d8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 12 Oct 2005 20:22:45 +0000 Subject: r10936: Commit work in progress: wb_pam_auth_crap made async. This does not work yet, but the version before did not either, so we're not worse than before. One thing this does better is to call the domain init code if it's not there yet. Volker (This used to be commit 35bcfb185b9763a3677d7ac9e748f3a3ba7d2593) --- source4/include/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index 142d28990e..e67eca5c5c 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -107,6 +107,7 @@ struct netr_Authenticator; union netr_Validation; struct netr_SamBaseInfo; struct netr_SamInfo3; +struct netr_UserSessionKey; struct iface_struct; -- cgit