Deprecate old functions

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24176 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-12-11 05:12:53 +00:00
parent 731f131f32
commit eaa7e4e854

View File

@@ -368,10 +368,18 @@ krb5_get_init_creds_opt_set_pac_request(krb5_context context,
return 0;
}
/**
* Deprecated: use the new krb5_init_creds_init() and
* krb5_init_creds_get_error().
*
* @ingroup krb5_deprecated
*/
krb5_error_code KRB5_LIB_FUNCTION
krb5_get_init_creds_opt_get_error(krb5_context context,
krb5_get_init_creds_opt *opt,
KRB_ERROR **error)
__attribute__((deprecated))
{
krb5_error_code ret;