Ignore:
Timestamp:
2006-01-23T23:28:13Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
ec3e411
Parents:
7308b63 (diff), 68c7c14 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from Wilmer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    r7308b63 r9fae35c  
    6767        GSList *switchboards;
    6868        int buddycount;
    69         struct msn_away_state *away_state;
     69        const struct msn_away_state *away_state;
    7070};
    7171
     
    131131
    132132int msn_chat_id;
    133 extern struct msn_away_state msn_away_state_list[];
    134 extern struct msn_status_code msn_status_code_list[];
     133extern const struct msn_away_state msn_away_state_list[];
     134extern const struct msn_status_code msn_status_code_list[];
    135135
    136136/* Keep a list of all the active connections. We need these lists because
     
    156156
    157157/* tables.c */
    158 struct msn_away_state *msn_away_state_by_number( int number );
    159 struct msn_away_state *msn_away_state_by_code( char *code );
    160 struct msn_away_state *msn_away_state_by_name( char *name );
    161 struct msn_status_code *msn_status_by_number( int number );
     158const struct msn_away_state *msn_away_state_by_number( int number );
     159const struct msn_away_state *msn_away_state_by_code( char *code );
     160const struct msn_away_state *msn_away_state_by_name( char *name );
     161const struct msn_status_code *msn_status_by_number( int number );
    162162
    163163/* sb.c */
Note: See TracChangeset for help on using the changeset viewer.