diff 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
line wrap: on
line diff
--- 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.