expose hdb_interface_version

This commit is contained in:
Love Hornquist Astrand
2009-10-13 09:35:39 -07:00
parent f064547294
commit 39a751d6fb
3 changed files with 4 additions and 1 deletions

View File

@@ -59,7 +59,7 @@
*
*/
const int hdb_interface_version = HDB_INTERFACE_VERSION;
static struct hdb_method methods[] = {
#if HAVE_DB1 || HAVE_DB3

View File

@@ -246,6 +246,8 @@ struct hdb_method {
krb5_error_code (*create)(krb5_context, HDB **, const char *filename);
};
extern const int hdb_interface_version;
#include <hdb-protos.h>
#endif /* __HDB_H__ */

View File

@@ -68,6 +68,7 @@ HEIMDAL_HDB_1.0 {
hdb_value2entry_alias;
hdb_write_master_key;
length_hdb_keyset;
hdb_interface_version;
hdb_kt_ops;