Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    re3413cc ra830512  
    9797struct msn_away_state
    9898{
     99        int number;
    99100        char code[4];
    100101        char name[16];
     
    135136#define STATUS_SB_CHAT_SPARE    8       /* Same, but also for groupchats (not used yet). */
    136137
    137 extern int msn_chat_id;
     138int msn_chat_id;
    138139extern const struct msn_away_state msn_away_state_list[];
    139140extern const struct msn_status_code msn_status_code_list[];
     
    144145   connection), the callback should check whether it's still listed here
    145146   before doing *anything* else. */
    146 extern GSList *msn_connections;
    147 extern GSList *msn_switchboards;
     147GSList *msn_connections;
     148GSList *msn_switchboards;
    148149
    149150/* ns.c */
     
    161162char *msn_http_encode( const char *input );
    162163void msn_msgq_purge( struct im_connection *ic, GSList **list );
    163 gboolean 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.