From 6fac16450a030c74a05d04bdfc1c8470f624e0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 3 Apr 2009 17:22:10 +0000 Subject: [PATCH] doxygen git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25081 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/hdb/hdb.h b/lib/hdb/hdb.h index d5bf296e8..6a370cc73 100644 --- a/lib/hdb/hdb.h +++ b/lib/hdb/hdb.h @@ -66,6 +66,13 @@ typedef struct hdb_entry_ex { } hdb_entry_ex; +/** + * HDB backend function pointer structure + * + * The HDB structure is what the KDC and kadmind framework uses to + * query the backend database when talking about principals. + */ + typedef struct HDB{ void *hdb_db; void *hdb_dbc; /** don't use, only for DB3 */