diff src/accountopt.h @ 12172:d5937f126c60

[gaim-migrate @ 14474] Fix the bugs with the account option string lists that Pekka Riikonen mentioned on gaim-devel committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 20 Nov 2005 17:29:09 +0000
parents 36a0c8719af3
children 128324dcc821
line wrap: on
line diff
--- a/src/accountopt.h	Sun Nov 20 16:02:21 2005 +0000
+++ b/src/accountopt.h	Sun Nov 20 17:29:09 2005 +0000
@@ -269,6 +269,16 @@
 	const GaimAccountOption *option);
 
 /**
+ * Returns the default string value for a list account option.
+ *
+ * @param option The account option.
+ *
+ * @return The default list string value.
+ */
+const char *gaim_account_option_get_default_list_value(
+	const GaimAccountOption *option);
+
+/**
  * Returns the masking for an account option.
  *
  * @param option The account option.