change void** to void*
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8900 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -105,14 +105,14 @@ typedef struct _krb5_key_data {
|
||||
int16_t key_data_kvno; /* Key Version */
|
||||
int16_t key_data_type[2]; /* Array of types */
|
||||
int16_t key_data_length[2]; /* Array of lengths */
|
||||
void** key_data_contents[2];/* Array of pointers */
|
||||
void* key_data_contents[2];/* Array of pointers */
|
||||
} krb5_key_data;
|
||||
|
||||
typedef struct _krb5_tl_data {
|
||||
struct _krb5_tl_data* tl_data_next;
|
||||
int16_t tl_data_type;
|
||||
int16_t tl_data_length;
|
||||
void **tl_data_contents;
|
||||
void* tl_data_contents;
|
||||
} krb5_tl_data;
|
||||
|
||||
typedef struct _kadm5_principal_ent_t {
|
||||
|
Reference in New Issue
Block a user