libpurple/blist.h

branch
next.minor
changeset 21145
a775e7fee70e
parent 20889
3d0ef192f98c
parent 20808
e3524e9d502c
child 21208
7748c9e02e8e
--- 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.

mercurial