Mercurial > pidgin.yaz
view libpurple/protocols/msn/sbconn.h @ 31245:b7a814c4c4e9
Remove msn.h dependency from DirectConn.
author | masca@cpw.pidgin.im |
---|---|
date | Thu, 17 Jun 2010 20:02:30 +0000 |
parents | 37474bb06bad |
children | 5904070c0019 |
line wrap: on
line source
#ifndef MSN_SBCONN_H #define MSN_SBCONN_H #include "msg.h" #include "slplink.h" #define MSN_SBCONN_MAX_SIZE 1202 void msn_sbconn_msg_ack(MsnMessage *msg, void *data); void msn_sbconn_msg_nak(MsnMessage *msg, void *data); void msn_sbconn_send_msg(MsnSlpLink *slplink, MsnMessage *msg); void msn_sbconn_send_part(MsnSlpLink *slplink, MsnSlpMessagePart *part); #endif /* MSN_SBCONN_H */