diff src/list.h @ 4757:c4ebe1a8484b

[gaim-migrate @ 5074] this fixes a bunch of little things, as well as a few big things, plugs a few leaks, and makes the new buddy icon cache stuff much cooler. enjoy! committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 14 Mar 2003 01:14:24 +0000
parents ac7ca2bd6d4f
children b6f6a10f9baf
line wrap: on
line diff
--- a/src/list.h	Thu Mar 13 23:28:25 2003 +0000
+++ b/src/list.h	Fri Mar 14 01:14:24 2003 +0000
@@ -192,12 +192,20 @@
 
 /**
  * Updates a buddy's warning level.
- * 
+ *
  * @param buddy  The buddy whose warning level has changed
  * @param evil   The warning level as an int from 0 to 100 (or higher, I guess... but that'd be weird)
  */
 void gaim_blist_update_buddy_evil(struct buddy *buddy, int warning);
 
+/**
+ * Updates a buddy's warning level.
+ *
+ * @param buddy  The buddy whose buddy icon has changed
+ */
+void gaim_blist_update_buddy_icon(struct buddy *buddy);
+
+
 
 /**
  * Renames a buddy in the buddy list.