Changeset aa5f725 for owl.h


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
  • owl.h

    rd09e5a1 raa5f725  
    350350  int       kpstackpos;         /* location in stack (-1 = none) */
    351351} owl_keyhandler;
     352
     353typedef struct _owl_buddylist {
     354  owl_list buddies;
     355} owl_buddylist;
     356
    352357
    353358typedef struct _owl_global {
     
    403408  int aim_loggedin;
    404409  char *aim_screenname;
     410  owl_buddylist buddylist;
    405411  owl_list messagequeue; /* for queueing up aim and other messages */
    406412} owl_global;
Note: See TracChangeset for help on using the changeset viewer.