diff src/blist.h @ 6058:d5f4ae4f9a02

[gaim-migrate @ 6508] This should fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=196664 I also removed the dialog for rename buddy. The UI doesn't use it anymore. We think renaming a buddy is silly. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 08 Jul 2003 02:33:17 +0000
parents 547ba881bc7e
children d8cd876e613e
line wrap: on
line diff
--- a/src/blist.h	Tue Jul 08 02:08:55 2003 +0000
+++ b/src/blist.h	Tue Jul 08 02:33:17 2003 +0000
@@ -265,6 +265,14 @@
 void gaim_blist_alias_buddy(struct buddy *buddy, const char *alias);
 
 /**
+ * Sets the server-sent aliase of a buddy in the buddy list.
+ *
+ * @param buddy  The buddy whose alias will be changed.
+ * @param alias  The buddy's "official" alias.
+ */
+void gaim_blist_server_alias_buddy(struct buddy *buddy, const char *alias);
+
+/**
  * Aliases a chat in the buddy list.
  *
  * @param chat  The chat whose alias will be changed.