diff src/account.h @ 7063:7fdac700deb1

[gaim-migrate @ 7627] show_change_pass, or whatever it was called, is now core/UI split. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 07:47:38 +0000
parents dece74f05509
children 493fe366c01f
line wrap: on
line diff
--- a/src/account.h	Tue Sep 30 06:43:17 2003 +0000
+++ b/src/account.h	Tue Sep 30 07:47:38 2003 +0000
@@ -45,6 +45,7 @@
 	void (*notify_added)(GaimAccount *account, const char *remote_user,
 						 const char *id, const char *alias,
 						 const char *message);
+	void (*request_change_pass)(GaimAccount *account);
 };
 
 struct _GaimAccount
@@ -144,6 +145,13 @@
 							   const char *message);
 
 /**
+ * Requests information from the user to change the account's password.
+ *
+ * @param account The account to change the password on.
+ */
+void gaim_account_request_change_password(GaimAccount *account);
+
+/**
  * Sets the account's username.
  *
  * @param account  The account.