summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/php_encoding.h')
-rw-r--r--ext/soap/php_encoding.h2
1 files changed, 0 insertions, 2 deletions
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);