expose hdb_interface_version
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
const int hdb_interface_version = HDB_INTERFACE_VERSION;
|
||||||
|
|
||||||
static struct hdb_method methods[] = {
|
static struct hdb_method methods[] = {
|
||||||
#if HAVE_DB1 || HAVE_DB3
|
#if HAVE_DB1 || HAVE_DB3
|
||||||
|
@@ -246,6 +246,8 @@ struct hdb_method {
|
|||||||
krb5_error_code (*create)(krb5_context, HDB **, const char *filename);
|
krb5_error_code (*create)(krb5_context, HDB **, const char *filename);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extern const int hdb_interface_version;
|
||||||
|
|
||||||
#include <hdb-protos.h>
|
#include <hdb-protos.h>
|
||||||
|
|
||||||
#endif /* __HDB_H__ */
|
#endif /* __HDB_H__ */
|
||||||
|
@@ -68,6 +68,7 @@ HEIMDAL_HDB_1.0 {
|
|||||||
hdb_value2entry_alias;
|
hdb_value2entry_alias;
|
||||||
hdb_write_master_key;
|
hdb_write_master_key;
|
||||||
length_hdb_keyset;
|
length_hdb_keyset;
|
||||||
|
hdb_interface_version;
|
||||||
|
|
||||||
hdb_kt_ops;
|
hdb_kt_ops;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user