Changeset c6ca3ee for protocols/msn


Ignore:
Timestamp:
2010-03-14T17:49:24Z (15 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.

Location:
protocols/msn
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.c

    r6a78c0e rc6ca3ee  
    2626#include "nogaim.h"
    2727#include "msn.h"
     28
     29int msn_chat_id;
     30GSList *msn_connections;
     31GSList *msn_switchboards;
    2832
    2933static char *msn_set_display_name( set_t *set, char *value );
  • 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.