Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    ra830512 re3413cc  
    9797struct msn_away_state
    9898{
    99         int number;
    10099        char code[4];
    101100        char name[16];
     
    136135#define STATUS_SB_CHAT_SPARE    8       /* Same, but also for groupchats (not used yet). */
    137136
    138 int msn_chat_id;
     137extern int msn_chat_id;
    139138extern const struct msn_away_state msn_away_state_list[];
    140139extern const struct msn_status_code msn_status_code_list[];
     
    145144   connection), the callback should check whether it's still listed here
    146145   before doing *anything* else. */
    147 GSList *msn_connections;
    148 GSList *msn_switchboards;
     146extern GSList *msn_connections;
     147extern GSList *msn_switchboards;
    149148
    150149/* ns.c */
     
    162161char *msn_http_encode( const char *input );
    163162void msn_msgq_purge( struct im_connection *ic, GSList **list );
     163gboolean msn_set_display_name( struct im_connection *ic, const char *rawname );
    164164
    165165/* tables.c */
Note: See TracChangeset for help on using the changeset viewer.