sense - when krb5_Xcc_ops currently defined as such - and assignment of value
assumes same.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19106
dc483132-0cff-0310-8789-
dd5450dbe970
krb5_ticket **);
krb5_error_code KRB5_CALLCONV krb5_cc_register
(krb5_context,
- krb5_cc_ops *,
+ const krb5_cc_ops *,
krb5_boolean );
krb5_error_code krb5_walk_realm_tree
(krb5_context,
*/
krb5_error_code KRB5_CALLCONV
-krb5_cc_register(krb5_context context, krb5_cc_ops *ops, krb5_boolean override)
+krb5_cc_register(krb5_context context, const krb5_cc_ops *ops,
+ krb5_boolean override)
{
struct krb5_cc_typelist *t;
krb5_error_code err;