krb5_error_code krb5_copy_authdata( krb5_context context, krb5_authdata * const *inauthdat, krb5_authdata ***outauthdat );
The context structure.
An array of krb5_authdata structures. The last element must be NULL.
A copy of the array of krb5_authdata structures.
This routine copies an authdata structure, filling in *outauthdat to point to the newly allocated copy, which should be freed with krb5_free_authdata.
This routine returns the following KRB5 status code:
0