comparison src/protocols/msn/soap.h @ 19796:3a15b4e5c336

[gaim-migrate @ 16716] add/delete contact function OK committed by MaYuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Sat, 12 Aug 2006 10:30:30 +0000
parents 852b32710df0
children 22eeb4882d77
comparison
equal deleted inserted replaced
19795:38e4a4b404e5 19796:3a15b4e5c336
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 */ 25 */
26 #ifndef _MSN_SOAP_H_ 26 #ifndef _MSN_SOAP_H_
27 #define _MSN_SOAP_H_ 27 #define _MSN_SOAP_H_
28
29 #define MSN_SOAP_READ_BUFF_SIZE 8192
28 30
29 /*MSN Https connection structure*/ 31 /*MSN Https connection structure*/
30 typedef struct _MsnSoapConn MsnSoapConn; 32 typedef struct _MsnSoapConn MsnSoapConn;
31 33
32 struct _MsnSoapConn{ 34 struct _MsnSoapConn{