summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-28 13:30:21 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-28 13:30:21 +0000
commit2238e4b9f0a0894dde1a4965418bba645a5cee6a (patch)
tree5888595c81d81404426faad1aa1e87ea66d4a25a /ext/soap/php_sdl.h
parentbe7d41b90556c498059ce093e67519d2abcb24e3 (diff)
downloadphp-git-2238e4b9f0a0894dde1a4965418bba645a5cee6a.tar.gz
Add namespaces to <Envelope> (not ot subnodes)
Diffstat (limited to 'ext/soap/php_sdl.h')
-rw-r--r--ext/soap/php_sdl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soap/php_sdl.h b/ext/soap/php_sdl.h
index 66b422264a..53dbd1201d 100644
--- a/ext/soap/php_sdl.h
+++ b/ext/soap/php_sdl.h
@@ -133,6 +133,7 @@ struct _sdlType {
struct _sdlParam {
int order;
+ sdlTypePtr element;
encodePtr encode;
char *paramName;
};