If both a Table of Contents and Search form are not displayed in separate frames along with this one, you may wish to redisplay this book in a frameset, beginning with the first page.
krb5_copy_creds -- Copy a credentials structure
C Prototype
krb5_error_code krb5_copy_creds( krb5_context context, const krb5_creds *incred, krb5_creds **outcred );
Arguments
Description This routine copies a credentials structure, filling in *outcred to point to the newly allocated copy, which should be freed with krb5_free_creds.
*outcred
krb5_free_creds.
Return Values This routine returns the following KRB5 status code: