view libpurple/protocols/msn/sbconn.h @ 31292:47b6eda87723

propagate from branch 'im.pidgin.pidgin' (head 07d0765c444a097af45c2650f54323afb900a07b) to branch 'im.pidgin.soc.2010.msn-tlc' (head f3998422a4724ab424e4e2328f58fc0504856557)
author masca@cpw.pidgin.im
date Mon, 19 Jul 2010 21:11:32 +0000
parents 471e9b81da41
children 72e6fa6caecc
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_send_part(MsnSlpLink *slplink, MsnSlpMessagePart *part);

void msn_switchboard_send_msg(MsnSwitchBoard *swboard, MsnMessage *msg,
						 gboolean queue);

void
msn_sbconn_process_queue(MsnSwitchBoard *swboard);

#endif /* MSN_SBCONN_H */