>
> OM_uint32
> gss_add_cred_with_{name,cred}(
> OM_uint32 *minor_status,
> const gss_cred_id_t impersonator_cred_handle,
> const gss_cred_id_t input_cred_handle,
Would it be more consistent for input_cred_handle to be before
impersonator_cred_handle?
-- Luke