comparison 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
comparison
equal deleted inserted replaced
6057:dc2124210882 6058:d5f4ae4f9a02
263 * @param alias The buddy's alias. 263 * @param alias The buddy's alias.
264 */ 264 */
265 void gaim_blist_alias_buddy(struct buddy *buddy, const char *alias); 265 void gaim_blist_alias_buddy(struct buddy *buddy, const char *alias);
266 266
267 /** 267 /**
268 * Sets the server-sent aliase of a buddy in the buddy list.
269 *
270 * @param buddy The buddy whose alias will be changed.
271 * @param alias The buddy's "official" alias.
272 */
273 void gaim_blist_server_alias_buddy(struct buddy *buddy, const char *alias);
274
275 /**
268 * Aliases a chat in the buddy list. 276 * Aliases a chat in the buddy list.
269 * 277 *
270 * @param chat The chat whose alias will be changed. 278 * @param chat The chat whose alias will be changed.
271 * @param alias The chat's new alias. 279 * @param alias The chat's new alias.
272 */ 280 */