comparison src/blist.h @ 6036:547ba881bc7e

[gaim-migrate @ 6486] Fix the --login=[NAME] command line argument. Fix the password prompt when signing on an account with no password set. I made some similar changes that probably fix problems with the filectl plugin, using gaim-remote to sign on an account, and signing on an account via perl script. (The change is calling gaim_account_connect() instead of serv_login().) Fix a silly compiler warning. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 05 Jul 2003 22:24:57 +0000
parents 5a0060191a77
children d5f4ae4f9a02
comparison
equal deleted inserted replaced
6035:8c44020a958e 6036:547ba881bc7e
294 * Gets the alias of the chat, or the chat name if the alias does not exist 294 * Gets the alias of the chat, or the chat name if the alias does not exist
295 * 295 *
296 * @param chat The chat 296 * @param chat The chat
297 * @return The display name of the chat 297 * @return The display name of the chat
298 */ 298 */
299 const char *gaim_chat_get_display_name(struct chat *chat); 299 char *gaim_chat_get_display_name(struct chat *chat);
300 300
301 /** 301 /**
302 * Adds a new chat to the buddy list. 302 * Adds a new chat to the buddy list.
303 * 303 *
304 * The chat will be inserted right after node or appended to the end 304 * The chat will be inserted right after node or appended to the end