KLL should use __attribute ((deprecated))
authorAlexandra Ellwood <lxs@mit.edu>
Wed, 8 Oct 2008 21:51:35 +0000 (21:51 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Wed, 8 Oct 2008 21:51:35 +0000 (21:51 +0000)
commitc1ae613e4929fddc9b09dcf748c0e203692d0aa7
tree6ed2a3d26af9dc68d5dc77bb2116af13f74483da
parent496824e88da18a3a237837dc270df375518a546a
KLL should use __attribute ((deprecated))

Switched from a macro to GCC deprecated attributes.

Also removed the deprecated struct used by KLSetApplicationOptions
and KLGetApplicationOptions because they weren't touching it.
Replaced pointer-to-struct arguments with void *.

KLGetApplicationOptions now also returns an error since it did
not modify its input.  Not sure why it wasn't before since no one
should be calling it on Mac OS X.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20844 dc483132-0cff-0310-8789-dd5450dbe970
src/kim/lib/mac/KerberosLogin.c
src/kim/lib/mac/KerberosLogin.h