diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2007-01-23 20:17:08 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2007-01-23 20:17:08 +0000 |
| commit | a85dfd3f716ba84d7923defdc82947e2fceadbe6 (patch) | |
| tree | 47d8cb2041aa334d61ebcbe805fbe18e55953958 /src/include | |
| parent | 13a9cbd1ffaf432f4acb8b6fa56f1f9b9a26a80f (diff) | |
| download | krb5-a85dfd3f716ba84d7923defdc82947e2fceadbe6.tar.gz krb5-a85dfd3f716ba84d7923defdc82947e2fceadbe6.tar.xz krb5-a85dfd3f716ba84d7923defdc82947e2fceadbe6.zip | |
Change second argument to krb5_cc_register to take a const krb5_cc_ops *. Makes
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
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index afad806e1..ac4bb62d2 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -2316,7 +2316,7 @@ krb5_error_code krb5_rd_req_decoded_anyflag 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, |
