comparison libpurple/protocols/msn/sbconn.h @ 30794:4481d04cda70

Document SlpMessage size limits.
author masca@cpw.pidgin.im
date Tue, 15 Jun 2010 21:05:27 +0000
parents f84fb808e8ed
children 22f26c372797
comparison
equal deleted inserted replaced
30793:f84fb808e8ed 30794:4481d04cda70
1 #ifndef MSN_SBCONN_H 1 #ifndef MSN_SBCONN_H
2 #define MSN_SBCONN_H 2 #define MSN_SBCONN_H
3 3
4 #include "msg.h" 4 #include "msg.h"
5 5
6 #define MSN_SBCONN_MAX_SIZE 1202
7
6 void msn_sbconn_msg_ack(MsnMessage *msg, void *data); 8 void msn_sbconn_msg_ack(MsnMessage *msg, void *data);
7 9
8 void msn_sbconn_msg_nak(MsnMessage *msg, void *data); 10 void msn_sbconn_msg_nak(MsnMessage *msg, void *data);
9 #endif /* MSN_SBCONN_H */ 11 #endif /* MSN_SBCONN_H */