comparison libpurple/protocols/msn/soap.h @ 20487:9812222e89d4

Clean up some unused SOAP templates, and disable extra debug defines accidentally checked in.
author Carlos Silva <typ0@pidgin.im>
date Mon, 03 Sep 2007 06:07:20 +0000
parents ff4ae9dde291
children f6dff814d95f
comparison
equal deleted inserted replaced
20486:ff4ae9dde291 20487:9812222e89d4
27 #define _MSN_SOAP_H_ 27 #define _MSN_SOAP_H_
28 28
29 #define MSN_SOAP_READ_BUFF_SIZE 8192 29 #define MSN_SOAP_READ_BUFF_SIZE 8192
30 30
31 /* define this to debug the communications with the SOAP server */ 31 /* define this to debug the communications with the SOAP server */
32 #define MSN_SOAP_DEBUG 32 /* #define MSN_SOAP_DEBUG */
33 33
34 34
35 typedef enum 35 typedef enum
36 { 36 {
37 MSN_SOAP_UNCONNECTED, 37 MSN_SOAP_UNCONNECTED,