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:
@@ -51,10 +51,12 @@ typedef struct krb5_kcmcache {
|
|||||||
char *door_path;
|
char *door_path;
|
||||||
} krb5_kcmcache;
|
} krb5_kcmcache;
|
||||||
|
|
||||||
|
typedef unsigned char kcmuuid_t[16];
|
||||||
|
|
||||||
typedef struct krb5_kcm_cursor {
|
typedef struct krb5_kcm_cursor {
|
||||||
unsigned long offset;
|
unsigned long offset;
|
||||||
unsigned long length;
|
unsigned long length;
|
||||||
uuid_t *uuids;
|
kcmuuid_t *uuids;
|
||||||
} *krb5_kcm_cursor;
|
} *krb5_kcm_cursor;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user