comparison src/protocols/msn/soap.c @ 19827:349b85feaefa

[gaim-migrate @ 17043] change the Group operation committed by MaYuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Sat, 26 Aug 2006 11:30:40 +0000
parents 1d1e5163b0eb
children
comparison
equal deleted inserted replaced
19826:1d1e5163b0eb 19827:349b85feaefa
25 */ 25 */
26 #include "msn.h" 26 #include "msn.h"
27 #include "soap.h" 27 #include "soap.h"
28 28
29 /*define this Macro to debug soap server action*/ 29 /*define this Macro to debug soap server action*/
30 #define MSN_SOAP_DEBUG 30 #undef MSN_SOAP_DEBUG
31 31
32 /*local function prototype*/ 32 /*local function prototype*/
33 void msn_soap_set_process_step(MsnSoapConn *soapconn, MsnSoapStep step); 33 void msn_soap_set_process_step(MsnSoapConn *soapconn, MsnSoapStep step);
34 34
35 /*setup the soap process step*/ 35 /*setup the soap process step*/