diff src/accountopt.h @ 5660:1709a545a7bd

[gaim-migrate @ 6074] The Protocol Options is back! ... sort of. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 02 Jun 2003 09:44:42 +0000
parents c52a97f3739e
children 158196b2db19
line wrap: on
line diff
--- a/src/accountopt.h	Mon Jun 02 08:49:23 2003 +0000
+++ b/src/accountopt.h	Mon Jun 02 09:44:42 2003 +0000
@@ -171,6 +171,15 @@
 const char *gaim_account_option_get_text(const GaimAccountOption *option);
 
 /**
+ * Returns the account setting for an account option.
+ *
+ * @param option The accont option.
+ *
+ * @return The account setting.
+ */
+const char *gaim_account_option_get_setting(const GaimAccountOption *option);
+
+/**
  * Returns the default boolean value for an account option.
  *
  * @param option The account option.