libpurple/account.h

branch
soc.2008.masterpassword
changeset 34019
bc87f596bb4c
parent 34013
988e67e95a6a
child 34021
25c14927f826
--- a/libpurple/account.h	Sat Jan 03 21:39:41 2009 +0000
+++ b/libpurple/account.h	Mon Jan 05 08:51:51 2009 +0000
@@ -322,18 +322,15 @@
  */
 void purple_account_set_username(PurpleAccount *account, const char *username);
 
-#ifndef PURPLE_DISABLE_DEPRECATED
 /**
  * Sets the account's password.
  *
  * @param account  The account.
  * @param password The password.
  *
- * @deprecated You should use either purple_account_set_password_async() instead.
  * This functions is just a wrapper for the async code anyway.
  */
 void purple_account_set_password(PurpleAccount *account, const char *password);
-#endif
 
 /**
  * Set the account's password, and call the callback

mercurial