pe_authority_eq |
Tests whether two authority objects are equivalent
int pe_authority_eq (PE_AUTHORITY authority1, PE_AUTHORITY authority2);
authority1 | The first authority object |
authority2 | The second authority object |
This function tests whether two authority objects are equivalent.
On success, one; on failure, zero
int authority_test = pe_authority_eq(auth1,auth2);