Changeset 79bb7e4 for protocols/msn/sb.c


Ignore:
Timestamp:
2012-09-16T17:40:44Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e9caacd
Parents:
080c43a
Message:

Online status should be read properly now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/sb.c

    r080c43a r79bb7e4  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
     
    122122}
    123123
    124 struct msn_switchboard *msn_sb_by_handle( struct im_connection *ic, char *handle )
     124struct msn_switchboard *msn_sb_by_handle( struct im_connection *ic, const char *handle )
    125125{
    126126        struct msn_data *md = ic->proto_data;
Note: See TracChangeset for help on using the changeset viewer.