doxygen
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25081 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user