comparison mcabber/src/roster.h @ 330:a9013124ede6

Add "/roster alternate"
author Mikael Berthe <mikael@lilotux.net>
date Sun, 17 Jul 2005 21:17:52 +0100
parents 45076d02eeef
children 33b8e801ffa6
comparison
equal deleted inserted replaced
329:7c53bf62a2a2 330:a9013124ede6
21 #define ROSTER_FLAG_LOCK 4 // Node should not be removed from buddylist 21 #define ROSTER_FLAG_LOCK 4 // Node should not be removed from buddylist
22 // ROSTER_FLAG_LOCAL 8 // Buddy not on server's roster (??) 22 // ROSTER_FLAG_LOCAL 8 // Buddy not on server's roster (??)
23 23
24 extern GList *buddylist; 24 extern GList *buddylist;
25 extern GList *current_buddy; 25 extern GList *current_buddy;
26 extern GList *alternate_buddy;
26 27
27 // Macros... 28 // Macros...
28 29
29 #define BUDDATA(glist_node) ((glist_node)->data) 30 #define BUDDATA(glist_node) ((glist_node)->data)
30 #define CURRENT_JID buddy_getjid(BUDDATA(current_buddy)) 31 #define CURRENT_JID buddy_getjid(BUDDATA(current_buddy))