comparison 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
comparison
equal deleted inserted replaced
30792:9192c59f2f84 30793:f84fb808e8ed
1 #ifndef MSN_SBCONN_H
2 #define MSN_SBCONN_H
3
4 #include "msg.h"
5
6 void msn_sbconn_msg_ack(MsnMessage *msg, void *data);
7
8 void msn_sbconn_msg_nak(MsnMessage *msg, void *data);
9 #endif /* MSN_SBCONN_H */