comparison src/account.h @ 6581:0473a28ce807

[gaim-migrate @ 7103] this should fix jabber registrations yet again committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 23 Aug 2003 05:40:51 +0000
parents b80ccf6391e3
children e07c66073b6d
comparison
equal deleted inserted replaced
6580:74d1cd241a3d 6581:0473a28ce807
95 * @return The gaim connection. 95 * @return The gaim connection.
96 */ 96 */
97 GaimConnection *gaim_account_connect(GaimAccount *account); 97 GaimConnection *gaim_account_connect(GaimAccount *account);
98 98
99 /** 99 /**
100 * Registers an account.
101 *
102 * @param account The account to register.
103 *
104 * @return The gaim connection.
105 */
106 GaimConnection *gaim_account_register(GaimAccount *account);
107
108 /**
100 * Disconnects from an account. 109 * Disconnects from an account.
101 * 110 *
102 * @param account The account to disconnect from. 111 * @param account The account to disconnect from.
103 * 112 *
104 * @return The gaim connection. 113 * @return The gaim connection.