diff src/account.h @ 9304:96c481da57ea

[gaim-migrate @ 10112] Protocol-specific settings for accounts were being removed whenever the account was modified. Now they're only removed when the protocol type changes, as it should be. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 18 Jun 2004 04:33:28 +0000
parents d1b88a570f4d
children eae7e049d639
line wrap: on
line diff
--- a/src/account.h	Thu Jun 17 01:34:58 2004 +0000
+++ b/src/account.h	Fri Jun 18 04:33:28 2004 +0000
@@ -72,7 +72,7 @@
 	GSList *deny;               /**< Deny list.                           */
 	int perm_deny;              /**< The permit/deny setting.             */
 	GaimLog *system_log;        /**< The system log                       */
-	
+
 	void *ui_data;             /**< The UI can put data here.			  */
 };
 
@@ -541,7 +541,7 @@
  *
  * @param account The account.
  */
-	void gaim_account_destroy_log(GaimAccount *account);
+void gaim_account_destroy_log(GaimAccount *account);
 
 /*@}*/