Update interface version (and indent).

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15876 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-08-11 13:16:29 +00:00
parent 90f0c3cff0
commit 848bf1b529

View File

@@ -38,6 +38,7 @@
#include <hdb_err.h>
#include <heim_asn1.h>
#include <hdb_asn1.h>
enum hdb_lockop{ HDB_RLOCK, HDB_WLOCK };
@@ -78,7 +79,7 @@ typedef struct HDB{
krb5_error_code (*hdb_destroy)(krb5_context, struct HDB*);
}HDB;
#define HDB_INTERFACE_VERSION 1
#define HDB_INTERFACE_VERSION 2
struct hdb_so_method {
int version;