--- a/libpurple/blist.h Wed Oct 10 02:18:48 2007 +0000 +++ b/libpurple/blist.h Wed Oct 10 03:57:39 2007 +0000 @@ -482,6 +482,7 @@ */ PurpleBuddy *purple_contact_get_priority_buddy(PurpleContact *contact); +#ifndef PURPLE_DISABLE_DEPRECATED /** * Sets the alias for a contact. * @@ -491,6 +492,7 @@ * @deprecated Use purple_blist_alias_contact() instead. */ void purple_contact_set_alias(PurpleContact *contact, const char *alias); +#endif /** * Gets the alias for a contact.