Ignore:
Timestamp:
2008-08-10T09:15:26Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3b32017, 87f525e
Parents:
4230221
Message:

Added msn_sb_write_msg() (patch from ulim).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    r4230221 ra830512  
    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.
     
    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.