(struct HDB): add

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8329 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-06-06 23:40:16 +00:00
parent f85c2187fd
commit 116da12727

View File

@@ -81,6 +81,14 @@ typedef krb5_error_code (*hdb_foreach_func_t)(krb5_context, HDB*,
hdb_entry*, void*);
extern krb5_kt_ops hdb_kt_ops;
/* this is for db3.c */
typedef struct HDB {
void *db;
void *dbc;
char *name;
};
#include <hdb-protos.h>
#endif /* __HDB_H__ */