comparison src/account.h @ 7067:71e0da45abe6

[gaim-migrate @ 7631] Core/UI split show_set_info(). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 08:08:34 +0000
parents 493fe366c01f
children b90c94620d1c
comparison
equal deleted inserted replaced
7066:87bfe52a4099 7067:71e0da45abe6
149 * @param account The account to change the password on. 149 * @param account The account to change the password on.
150 */ 150 */
151 void gaim_account_request_change_password(GaimAccount *account); 151 void gaim_account_request_change_password(GaimAccount *account);
152 152
153 /** 153 /**
154 * Requests information from the user to change the account's
155 * user information.
156 *
157 * @param account The account to change the user information on.
158 */
159 void gaim_account_request_change_user_info(GaimAccount *account);
160
161 /**
154 * Sets the account's username. 162 * Sets the account's username.
155 * 163 *
156 * @param account The account. 164 * @param account The account.
157 * @param username The username. 165 * @param username The username.
158 */ 166 */