pe_authority_clone |
Creates a new authority from an existing one
PE_AUTHORITY pe_authority_clone (PE_AUTHORITY authority);
authority | The authority object |
Pe_authority_clone creates a duplicate authority from an existing authority object.
On success, the new authority; on failure, a null pointer
PE_AUTHORITY auth_new = pe_authority_clone(auth1);