Deprecate old functions
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24176 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -368,10 +368,18 @@ krb5_get_init_creds_opt_set_pac_request(krb5_context context,
|
|||||||
return 0;
|
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_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_get_init_creds_opt_get_error(krb5_context context,
|
krb5_get_init_creds_opt_get_error(krb5_context context,
|
||||||
krb5_get_init_creds_opt *opt,
|
krb5_get_init_creds_opt *opt,
|
||||||
KRB_ERROR **error)
|
KRB_ERROR **error)
|
||||||
|
__attribute__((deprecated))
|
||||||
{
|
{
|
||||||
krb5_error_code ret;
|
krb5_error_code ret;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user