diff libpurple/protocols/msn/soap.h @ 20486:ff4ae9dde291

Make block/unblock work right, as well as being add by a buddy. Finally fixes #723
author Carlos Silva <typ0@pidgin.im>
date Mon, 03 Sep 2007 05:47:52 +0000
parents 98613886411a
children 9812222e89d4
line wrap: on
line diff
--- a/libpurple/protocols/msn/soap.h	Fri Aug 31 18:15:23 2007 +0000
+++ b/libpurple/protocols/msn/soap.h	Mon Sep 03 05:47:52 2007 +0000
@@ -29,7 +29,7 @@
 #define MSN_SOAP_READ_BUFF_SIZE		8192
 
 /* define this to debug the communications with the SOAP server */
-/* #define MSN_SOAP_DEBUG */
+#define MSN_SOAP_DEBUG 
 
 
 typedef enum
@@ -112,6 +112,7 @@
 	int body_len;
 };
 
+
 /*Function Prototype*/
 /*Soap Request Function */
 MsnSoapReq *msn_soap_request_new(const char *host, const char *post_url,