Ignore:
Timestamp:
2010-07-24T23:26:33Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
42acba1
Parents:
f1f7b5e
Message:

MSN supports having people in multiple groups and BitlBee does not. When
moving people between groups, make sure they *are* removed from their old
group.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    rf1f7b5e r8b01217  
    167167int msn_logged_in( struct im_connection *ic );
    168168int msn_buddy_list_add( struct im_connection *ic, const char *list, const char *who, const char *realname_, const char *group );
    169 int msn_buddy_list_remove( struct im_connection *ic, char *list, char *who );
     169int msn_buddy_list_remove( struct im_connection *ic, char *list, const char *who, const char *group );
    170170void msn_buddy_ask( struct im_connection *ic, char *handle, char *realname );
    171171char *msn_findheader( char *text, char *header, int len );
Note: See TracChangeset for help on using the changeset viewer.