rename struct krb5_name_canon_* name collisions
C++ does not permit struct names and typedef names to be the same. Rename struct krb5_name_canon_rule to struct krb5_name_canon_rule_data and struct krb5_name_canon_iterator to struct krb5_name_canon_iterator_data Change-Id: I92766e0878bf0beef92de1649baf9e5cafbf86aa
This commit is contained in:
@@ -929,8 +929,8 @@ typedef enum krb5_name_canon_rule_options {
|
||||
KRB5_NCRO_SECURE = 1 << 2
|
||||
} krb5_name_canon_rule_options;
|
||||
|
||||
typedef struct krb5_name_canon_rule *krb5_name_canon_rule;
|
||||
typedef struct krb5_name_canon_iterator *krb5_name_canon_iterator;
|
||||
typedef struct krb5_name_canon_rule_data *krb5_name_canon_rule;
|
||||
typedef struct krb5_name_canon_iterator_data *krb5_name_canon_iterator;
|
||||
|
||||
/*
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user