comparison mcabber/mcabber/roster.h @ 1996:7837d5a3f509

Going back to the first buddy with /roster next_unread when there is no more unread messages.
author Simon Jacquin
date Sun, 22 May 2011 23:30:37 +0200
parents 6febc7d1f760
children 8dc418af3e72
comparison
equal deleted inserted replaced
1995:7f7c6b87f1b1 1996:7837d5a3f509
166 #define ROSTER_EVENT_GONE (1U<<7) 166 #define ROSTER_EVENT_GONE (1U<<7)
167 167
168 extern GList *buddylist; 168 extern GList *buddylist;
169 extern GList *current_buddy; 169 extern GList *current_buddy;
170 extern GList *alternate_buddy; 170 extern GList *alternate_buddy;
171 extern GList *last_activity_buddy;
171 172
172 // Macros... 173 // Macros...
173 174
174 #define BUDDATA(glist_node) ((glist_node)->data) 175 #define BUDDATA(glist_node) ((glist_node)->data)
175 #define CURRENT_JID buddy_getjid(BUDDATA(current_buddy)) 176 #define CURRENT_JID buddy_getjid(BUDDATA(current_buddy))