Ensure consistancy between prototypes and functions
authorEzra Peisach <epeisach@mit.edu>
Mon, 19 Feb 2007 02:37:10 +0000 (02:37 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 19 Feb 2007 02:37:10 +0000 (02:37 +0000)
commita34576395e2c009c6ae9902cbdcf6acb84b20079
tree4a1f2e9448e613ef07a7efe3c1fa1ae9732b773f
parent8d0dad364ce72219ee86c912746d9930602c9475
Ensure consistancy between prototypes and functions

I am using an older compiler that is complaining that prototypes
do not match the functions they reference.  The issue is that a number
of prototypes are using "const int foo" while the function is "int foo".
From a caller sense it makes no difference - but the compiler is correct
they are different.

All is now consistant.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19169 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-int.h
src/lib/crypto/crc32/crc-32.h
src/lib/gssapi/krb5/acquire_cred.c
src/lib/gssapi/mechglue/mglueP.h
src/lib/krb5/asn.1/asn1_make.h
src/lib/krb5/asn.1/asn1buf.h
src/lib/krb5/krb/get_in_tkt.c
src/lib/krb5/krb/in_tkt_sky.c
src/lib/krb5/os/an_to_ln.c