From e3f2414cf9e582a4e4deecc662b64a7bb2679a34 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 14 Mar 2006 15:03:25 +0000 Subject: r14380: Reduce the size of structs.h (This used to be commit 1a16a6f1dfa66499af43a6b88b3ea69a6a75f1fe) --- source4/lib/db_wrap.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/lib') diff --git a/source4/lib/db_wrap.h b/source4/lib/db_wrap.h index 1af2cd2e2a..2d7a7b7244 100644 --- a/source4/lib/db_wrap.h +++ b/source4/lib/db_wrap.h @@ -28,4 +28,8 @@ struct tdb_wrap { struct tdb_wrap *next, *prev; }; +struct auth_session_info; +struct ldb_message; +struct ldb_dn; + #include "db_wrap_proto.h" -- cgit