s4:auth/session.h - use a forward declaration for type "struct ldb_context"
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 21 Dec 2010 09:13:41 +0000 (10:13 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 21 Dec 2010 10:17:34 +0000 (11:17 +0100)
And remove the now obsolete one for "struct tevent_context"

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Tue Dec 21 11:17:34 CET 2010 on sn-devel-104

source4/auth/session.h

index bdcfe7ab9353dfb4c75ad4955d3ea426b67af044..39c818fbf23c75d4781ce358a23abaf8f735ab12 100644 (file)
@@ -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 */