move deprecated def

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23979 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-10-26 18:24:50 +00:00
parent db287b16e8
commit 7ab42a180c

View File

@@ -41,8 +41,9 @@ RCSID("$Id$");
#ifndef HEIMDAL_SMALLER
/* keep this for compatibility with older code */
krb5_error_code KRB5_LIB_FUNCTION __attribute__((deprecated))
krb5_error_code KRB5_LIB_FUNCTION
krb5_free_creds_contents (krb5_context context, krb5_creds *c)
__attribute__((deprecated))
{
return krb5_free_cred_contents (context, c);
}