diff options
author | Dmitry Stogov <dmitry@php.net> | 2005-03-21 15:52:53 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2005-03-21 15:52:53 +0000 |
commit | 756c5784c156148c9dd4b32c4495e765af8b7bd4 (patch) | |
tree | 02f794823ecd7e30b7490bff5356f9e8a14033cc /ext/soap/php_sdl.h | |
parent | 1a3677ea2781a352293495f16dd3a384056d90f0 (diff) | |
download | php-git-756c5784c156148c9dd4b32c4495e765af8b7bd4.tar.gz |
Support for <soap:body> "parts" attribute
Diffstat (limited to 'ext/soap/php_sdl.h')
-rw-r--r-- | ext/soap/php_sdl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/soap/php_sdl.h b/ext/soap/php_sdl.h index e2c4542604..5d25adc231 100644 --- a/ext/soap/php_sdl.h +++ b/ext/soap/php_sdl.h @@ -109,7 +109,6 @@ typedef struct _sdlSoapBindingFunctionFault { struct _sdlSoapBindingFunctionBody { char *ns; sdlEncodingUse use; - char *parts; /* not implemented yet */ sdlRpcEncodingStyle encodingStyle; /* not implemented yet */ HashTable *headers; /* array of sdlSoapBindingFunctionHeaderPtr */ }; |