diff src/account.h @ 5694:2d0d96c5a7a7

[gaim-migrate @ 6115] Added a function to clear all protocol settings from an account. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 03 Jun 2003 07:44:42 +0000
parents 46d7ad0dfa26
children dbac958d8937
line wrap: on
line diff
--- a/src/account.h	Tue Jun 03 06:51:52 2003 +0000
+++ b/src/account.h	Tue Jun 03 07:44:42 2003 +0000
@@ -169,6 +169,13 @@
 void gaim_account_set_proxy_info(GaimAccount *account, GaimProxyInfo *info);
 
 /**
+ * Clears all protocol-specific settings on an account.
+ *
+ * @param account The account.
+ */
+void gaim_account_clear_settings(GaimAccount *account);
+
+/**
  * Sets a protocol-specific integer setting for an account.
  *
  * @param account The account.