diff src/blist.h @ 7811:2e6e269504a4

[gaim-migrate @ 8458] Add a function definition which pmiller9 kindly pointed out was missing, and remove a masturbatory variable and statement from gtkblist.c. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Mon, 08 Dec 2003 22:55:35 +0000
parents 1d0314b99747
children 02cb9284782e
line wrap: on
line diff
--- a/src/blist.h	Mon Dec 08 22:54:30 2003 +0000
+++ b/src/blist.h	Mon Dec 08 22:55:35 2003 +0000
@@ -762,6 +762,14 @@
 const char *gaim_blist_node_get_string(GaimBlistNode *node, const char *key);
 
 /**
+ * Removes a named setting from a blist node
+ *
+ * @param node  The node from which to remove the setting
+ * @param key   The name of the setting
+ */
+void gaim_blist_node_remove_setting(GaimBlistNode *node, const char *key);
+
+/**
  * Associates some data with the group in the xml buddy list
  *
  * @param g      The group the data is associated with