Ignore:
Timestamp:
2010-08-11T23:03:33Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ca7de3a
Parents:
523fb23
Message:

Get contact list/address book info. Next step: We have to send it back.
Seriously. Wish I were joking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    r523fb23 r7f34ce2  
    149149        int (*exec_command) ( gpointer data, char **cmd, int count );
    150150        int (*exec_message) ( gpointer data, char *msg, int msglen, char **cmd, int count );
     151};
     152
     153typedef enum
     154{
     155        MSN_BUDDY_FL = 1,
     156        MSN_BUDDY_AL = 2,
     157        MSN_BUDDY_BL = 4,
     158        MSN_BUDDY_RL = 8,
     159        MSN_BUDDY_PL = 16,
     160} msn_buddy_flags_t;
     161
     162struct msn_buddy_data
     163{
     164        char *cid;
     165        msn_buddy_flags_t flags;
    151166};
    152167
Note: See TracChangeset for help on using the changeset viewer.