From 71d0fd88d2d39bd2ad0040630c17bdbbf7ab39b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Tue, 21 Dec 2010 10:13:41 +0100 Subject: [PATCH] s4:auth/session.h - use a forward declaration for type "struct ldb_context" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And remove the now obsolete one for "struct tevent_context" Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Tue Dec 21 11:17:34 CET 2010 on sn-devel-104 --- source4/auth/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/auth/session.h b/source4/auth/session.h index bdcfe7ab935..39c818fbf23 100644 --- a/source4/auth/session.h +++ b/source4/auth/session.h @@ -30,7 +30,7 @@ struct auth_session_info { #include "librpc/gen_ndr/netlogon.h" -struct tevent_context; +struct ldb_context; /* Create a security token for a session SYSTEM (the most * trusted/prvilaged account), including the local machine account as * the off-host credentials */