Changeset aa5f725 for global.c


Ignore:
Timestamp:
Jun 3, 2003, 3:40:28 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
fd93b41
Parents:
651560f
Message:
added buddylists
added the 'alist' command to print logged in aimusers
added the 'blist' command which prints buddies logged in from all
  protocols.
'l' is now bound to 'blist' by default
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    rd09e5a1 raa5f725  
    9292  g->aim_loggedin=0;
    9393  g->aim_lastnop=0;
     94
     95  owl_buddylist_init(&(g->buddylist));
    9496}
    9597
     
    717719  return(1);
    718720}
     721
     722owl_buddylist *owl_global_get_buddylist(owl_global *g) {
     723  return(&(g->buddylist));
     724}
     725 
Note: See TracChangeset for help on using the changeset viewer.