From 71d0fd88d2d39bd2ad0040630c17bdbbf7ab39b8 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Tue, 21 Dec 2010 10:13:41 +0100 Subject: 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(-) (limited to 'source4/auth/session.h') diff --git a/source4/auth/session.h b/source4/auth/session.h index bdcfe7ab93..39c818fbf2 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 */ -- cgit