src/account.h

changeset 7067
c57295414efa
parent 7065
384b8c6d13f6
child 7122
5f40c16a4ae4
--- 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.

mercurial