* k5-int.h (krb5_ser_handle): Now points to const.
authorKen Raeburn <raeburn@mit.edu>
Thu, 31 Oct 2002 22:54:00 +0000 (22:54 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 31 Oct 2002 22:54:00 +0000 (22:54 +0000)
commitc82d8c3561c67cb875a05c9f8caa37fad68dc4b5
tree4dc9b864984ddb8aa1475ab10e9deb758484eb96
parent7aec9fa1458d27423ac381e674392694504fa33b
* k5-int.h (krb5_ser_handle): Now points to const.
(krb5_kt_dfl_ops): Now const.
(struct _krb5_kt_ops): Field serializer now points to const krb5_ser_entry
instead of void.
* krb5.hin (struct _krb5_kt): Field ops now points to const.
* kt_file.c (krb5_ktf_ops, krb5_ktf_writable_ops): Now const.  Drop cast of
serializer entry initializer.
(fopen_mode_rbplus, fopen_mode_rb): Now const.
* kt_srvtab.c (krb5_kts_ops): Now const.
* ktbase.c (krb5_ktf_ops, krb5_kts_ops): Update declarations.
(struct krb5_kt_typelist): Field ops now points to const.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14953 dc483132-0cff-0310-8789-dd5450dbe970
src/include/ChangeLog
src/include/k5-int.h
src/include/krb5.hin
src/lib/krb5/keytab/ChangeLog
src/lib/krb5/keytab/kt_file.c
src/lib/krb5/keytab/kt_srvtab.c
src/lib/krb5/keytab/ktbase.c