Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    r823de9d 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.
     
    136133#define STATUS_SB_CHAT_SPARE    8       /* Same, but also for groupchats (not used yet). */
    137134
    138 int msn_chat_id;
     135extern int msn_chat_id;
    139136extern const struct msn_away_state msn_away_state_list[];
    140137extern const struct msn_status_code msn_status_code_list[];
     
    145142   connection), the callback should check whether it's still listed here
    146143   before doing *anything* else. */
    147 GSList *msn_connections;
    148 GSList *msn_switchboards;
     144extern GSList *msn_connections;
     145extern GSList *msn_switchboards;
    149146
    150147/* ns.c */
     
    179176void msn_sb_destroy( struct msn_switchboard *sb );
    180177gboolean msn_sb_connected( gpointer data, gint source, b_input_condition cond );
    181 int msn_sb_write_msg( struct im_connection *ic, struct msn_message *m );
    182 
    183 #endif //_MSN_H
Note: See TracChangeset for help on using the changeset viewer.