const-ize

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3758 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-11-02 04:13:42 +00:00
parent 66ab938c25
commit d5b19415c7
5 changed files with 8 additions and 8 deletions

View File

@@ -365,7 +365,7 @@ fcc_set_flags(krb5_context context,
return 0; /* XXX */
}
krb5_cc_ops krb5_fcc_ops = {
const krb5_cc_ops krb5_fcc_ops = {
"FILE",
fcc_get_name,
fcc_resolve,