diff src/blist.h @ 10052:eaec201b2688

[gaim-migrate @ 11013] More rockin status stuff from Dave West! Things are beginning to shape up quite well. Dave, again, sorry it took me a week to get to this. Girl waits for no man. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 19 Sep 2004 21:19:55 +0000
parents e6e68b9db19b
children af06746954de
line wrap: on
line diff
--- a/src/blist.h	Sun Sep 19 21:14:28 2004 +0000
+++ b/src/blist.h	Sun Sep 19 21:19:55 2004 +0000
@@ -251,21 +251,10 @@
 /**
  * Updates a buddy's status.
  *
- * This needs to not take an int.
- *
- * @param buddy   The buddy whose status has changed
- * @param status  The new status in cryptic prpl-understood code
+ * @param buddy      The buddy whose status has changed.
+ * @param old_status The status from which we are changing.
  */
-void gaim_blist_update_buddy_status(GaimBuddy *buddy, int status);
-
-
-/**
- * Updates a buddy's presence.
- *
- * @param buddy    The buddy whose presence has changed
- * @param online   If the buddy is now online
- */
-void gaim_blist_update_buddy_presence(GaimBuddy *buddy, gboolean online);
+void gaim_blist_update_buddy_status(GaimBuddy *buddy, GaimStatus *old_status);
 
 /**
  * Updates a buddy's signon time.