git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25081 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-04-03 17:22:10 +00:00
parent 421cb259bd
commit 6fac16450a

View File

@@ -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 */