view libpurple/protocols/msn/sbconn.h @ 31240:0f26d510af1b

SlpLink must not use MsnMessages but SlpMessageParts, so migrate code to use SlpMessagePart API.
author masca@cpw.pidgin.im
date Wed, 16 Jun 2010 22:17:28 +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 */