comparison src/blist.h @ 6059:d8cd876e613e

[gaim-migrate @ 6509] I made a lot of server.c functions use const chat * instead of const * Made the alias entry have focus in the alias buddy dialog. Fixed a typo thanks to J. Silvestri committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 08 Jul 2003 03:36:41 +0000
parents d5f4ae4f9a02
children 5239a3b4ab33
comparison
equal deleted inserted replaced
6058:d5f4ae4f9a02 6059:d8cd876e613e
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. 268 * Sets the server-sent alias of a buddy in the buddy list.
269 * 269 *
270 * @param buddy The buddy whose alias will be changed. 270 * @param buddy The buddy whose alias will be changed.
271 * @param alias The buddy's "official" alias. 271 * @param alias The buddy's "official" alias.
272 */ 272 */
273 void gaim_blist_server_alias_buddy(struct buddy *buddy, const char *alias); 273 void gaim_blist_server_alias_buddy(struct buddy *buddy, const char *alias);