Ignore:
Timestamp:
2010-03-14T17:49:24Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
fb00989
Parents:
6a78c0e
Message:

Some const/etc cleanups submitted by domen@… back in bug #431.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    r6a78c0e rc6ca3ee  
    133133#define STATUS_SB_CHAT_SPARE    8       /* Same, but also for groupchats (not used yet). */
    134134
    135 int msn_chat_id;
     135extern int msn_chat_id;
    136136extern const struct msn_away_state msn_away_state_list[];
    137137extern const struct msn_status_code msn_status_code_list[];
     
    142142   connection), the callback should check whether it's still listed here
    143143   before doing *anything* else. */
    144 GSList *msn_connections;
    145 GSList *msn_switchboards;
     144extern GSList *msn_connections;
     145extern GSList *msn_switchboards;
    146146
    147147/* ns.c */
Note: See TracChangeset for help on using the changeset viewer.