From 2238e4b9f0a0894dde1a4965418bba645a5cee6a Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 28 Jan 2004 13:30:21 +0000 Subject: Add namespaces to (not ot subnodes) --- ext/soap/php_sdl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/soap/php_sdl.h') 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; }; -- cgit v1.2.1