libgaim/protocols/msn/soap.h

branch
cpw.khc.msnp14
changeset 20476
198222e01a7d
parent 20472
6a6d2ef151e6
--- a/libgaim/protocols/msn/soap.h	Sun Apr 15 03:01:41 2007 +0000
+++ b/libgaim/protocols/msn/soap.h	Sun Apr 15 03:02:48 2007 +0000
@@ -106,10 +106,11 @@
 
 /*Function Prototype*/
 /*Soap Request Function */
-MsnSoapReq *
-msn_soap_request_new(const char *host,const char *post_url,const char *soap_action,
-				const char *body,
-				GaimInputFunction read_cb,GaimInputFunction written_cb);
+MsnSoapReq *msn_soap_request_new(const char *host, const char *post_url,
+								 const char *soap_action, const char *body,
+								 GaimInputFunction read_cb,
+								 GaimInputFunction written_cb);
+
 void msn_soap_request_free(MsnSoapReq *request);
 void msn_soap_post_request(MsnSoapConn *soapconn,MsnSoapReq *request);
 void msn_soap_post_head_request(MsnSoapConn *soapconn);

mercurial