summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLove Hörnquist Åstrand <lha@kth.se>2008-10-26 18:25:23 +0000
committerLove Hörnquist Åstrand <lha@kth.se>2008-10-26 18:25:23 +0000
commit00bc112b19e1073aa39a59682707eeb7284ae227 (patch)
tree59be499b8b052b0f35f91f731d7c196ea03f6445
parent5f8965a3812e179165258856711da8ef3fd13af2 (diff)
mark krb5_get_init_creds_opt_init deprecated
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23982 ec53bebd-3082-4978-b11e-865c3cabbd6b
-rw-r--r--lib/krb5/init_creds.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/krb5/init_creds.c b/lib/krb5/init_creds.c
index ba62fb9c1..0d3ef21c3 100644
--- a/lib/krb5/init_creds.c
+++ b/lib/krb5/init_creds.c
@@ -33,10 +33,13 @@
#include "krb5_locl.h"
+#undef __attribute__
+
RCSID("$Id$");
void KRB5_LIB_FUNCTION
krb5_get_init_creds_opt_init(krb5_get_init_creds_opt *opt)
+ __attribute__((deprecated))
{
memset (opt, 0, sizeof(*opt));
opt->flags = 0;