Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    rc6ca3ee r823de9d  
    2323  Suite 330, Boston, MA  02111-1307  USA
    2424*/
     25
     26#ifndef _MSN_H
     27#define _MSN_H
    2528
    2629/* Some hackish magicstrings to make special-purpose messages/switchboards.
     
    133136#define STATUS_SB_CHAT_SPARE    8       /* Same, but also for groupchats (not used yet). */
    134137
    135 extern int msn_chat_id;
     138int msn_chat_id;
    136139extern const struct msn_away_state msn_away_state_list[];
    137140extern const struct msn_status_code msn_status_code_list[];
     
    142145   connection), the callback should check whether it's still listed here
    143146   before doing *anything* else. */
    144 extern GSList *msn_connections;
    145 extern GSList *msn_switchboards;
     147GSList *msn_connections;
     148GSList *msn_switchboards;
    146149
    147150/* ns.c */
     
    176179void msn_sb_destroy( struct msn_switchboard *sb );
    177180gboolean msn_sb_connected( gpointer data, gint source, b_input_condition cond );
     181int 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.