--- a/src/account.h Tue Sep 30 07:57:03 2003 +0000 +++ b/src/account.h Tue Sep 30 08:08:34 2003 +0000 @@ -151,6 +151,14 @@ void gaim_account_request_change_password(GaimAccount *account); /** + * Requests information from the user to change the account's + * user information. + * + * @param account The account to change the user information on. + */ +void gaim_account_request_change_user_info(GaimAccount *account); + +/** * Sets the account's username. * * @param account The account.