view libpurple/protocols/msn/sbconn.h @ 30793:f84fb808e8ed

Move MsnMessage stuff out of slplink to SBConn.
author masca@cpw.pidgin.im
date Tue, 15 Jun 2010 00:42:05 +0000
parents
children 4481d04cda70
line wrap: on
line source

#ifndef MSN_SBCONN_H
#define MSN_SBCONN_H

#include "msg.h"

void msn_sbconn_msg_ack(MsnMessage *msg, void *data);

void msn_sbconn_msg_nak(MsnMessage *msg, void *data);
#endif /* MSN_SBCONN_H */