Mark gsskrb5_set_send_to_kdc deprecated.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23705 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-08-28 01:12:37 +00:00
parent 0de8f3f8b8
commit d1e3f79583

View File

@@ -42,6 +42,10 @@
extern "C" {
#endif
#if !defined(__GNUC__) && !defined(__attribute__)
#define __attribute__(x)
#endif
/*
* This is for kerberos5 names.
*/
@@ -137,7 +141,8 @@ struct gsskrb5_send_to_kdc {
};
OM_uint32 GSSAPI_LIB_FUNCTION
gsskrb5_set_send_to_kdc(struct gsskrb5_send_to_kdc *);
gsskrb5_set_send_to_kdc(struct gsskrb5_send_to_kdc *)
__attribute__((deprecated));
OM_uint32 GSSAPI_LIB_FUNCTION
gsskrb5_set_default_realm(const char *);