From 6cf3c8586e5e966feeca0fad259bf5c23b6b9a3c Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 28 Jan 2004 16:47:49 +0000 Subject: Error reoprting improved by prefix New 'HTTP' fault code Source cleanup --- ext/soap/php_encoding.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/soap/php_encoding.h') diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h index f0182dc9da..0b633cb33b 100644 --- a/ext/soap/php_encoding.h +++ b/ext/soap/php_encoding.h @@ -162,8 +162,6 @@ struct _encode { xmlNodePtr (*to_xml_after)(encodeTypePtr type, xmlNodePtr data, int style); }; -smart_str *build_soap_action(zval *this_ptr, char *soapaction); - /* Master functions all encode/decode should be called thur these functions */ xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent); zval *master_to_zval(encodePtr encode, xmlNodePtr data); -- cgit v1.2.1