make independant of uuid's

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24013 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-11-02 07:16:08 +00:00
parent 9eead5477d
commit 9a1eac41e8

View File

@@ -51,10 +51,12 @@ typedef struct krb5_kcmcache {
char *door_path;
} krb5_kcmcache;
typedef unsigned char kcmuuid_t[16];
typedef struct krb5_kcm_cursor {
unsigned long offset;
unsigned long length;
uuid_t *uuids;
kcmuuid_t *uuids;
} *krb5_kcm_cursor;