summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-12-21 10:13:41 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-12-21 11:17:34 +0100
commit71d0fd88d2d39bd2ad0040630c17bdbbf7ab39b8 (patch)
tree9aa36509de2c972de2e68c3b61ca9ee25666d767
parent446f8a163cfdcfb2c4bb2b8b8adc720bf96c05a5 (diff)
downloadsamba-71d0fd88d2d39bd2ad0040630c17bdbbf7ab39b8.tar.gz
samba-71d0fd88d2d39bd2ad0040630c17bdbbf7ab39b8.tar.bz2
samba-71d0fd88d2d39bd2ad0040630c17bdbbf7ab39b8.zip
s4:auth/session.h - use a forward declaration for type "struct ldb_context"
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
-rw-r--r--source4/auth/session.h2
1 files changed, 1 insertions, 1 deletions
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 */