diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/db_wrap.h | 4 |
1 files changed, 4 insertions, 0 deletions
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" |