Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    ra2b99ec rc6ca3ee  
    2323  Suite 330, Boston, MA  02111-1307  USA
    2424*/
    25 
    26 #ifndef _MSN_H
    27 #define _MSN_H
    2825
    2926/* Some hackish magicstrings to make special-purpose messages/switchboards.
     
    6966        int sb_failures;
    7067        time_t first_sb_failure;
    71         GSList *filetransfers;
    7268       
    7369        const struct msn_away_state *away_state;
     
    137133#define STATUS_SB_CHAT_SPARE    8       /* Same, but also for groupchats (not used yet). */
    138134
    139 int msn_chat_id;
     135extern int msn_chat_id;
    140136extern const struct msn_away_state msn_away_state_list[];
    141137extern const struct msn_status_code msn_status_code_list[];
     
    146142   connection), the callback should check whether it's still listed here
    147143   before doing *anything* else. */
    148 GSList *msn_connections;
    149 GSList *msn_switchboards;
     144extern GSList *msn_connections;
     145extern GSList *msn_switchboards;
    150146
    151147/* ns.c */
     
    180176void msn_sb_destroy( struct msn_switchboard *sb );
    181177gboolean msn_sb_connected( gpointer data, gint source, b_input_condition cond );
    182 int msn_sb_write_msg( struct im_connection *ic, struct msn_message *m );
    183 
    184 /* invitation.c */
    185 void msn_ftp_transfer_request( struct im_connection *ic, file_transfer_t *ft, char *who );
    186 
    187 #endif //_MSN_H
Note: See TracChangeset for help on using the changeset viewer.