summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-06 17:14:30 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-06 17:14:30 +0000
commit107a87ca8525faf65d73882ae923c669231fcdcc (patch)
tree4218044ddbc381b8340bf4c7a74383dcb2d11707 /ext/soap/php_schema.h
parentea2f4b7ac08ada1e7a26d06250291c76e0c0adc3 (diff)
downloadphp-git-107a87ca8525faf65d73882ae923c669231fcdcc.tar.gz
WSDL support was improved
Diffstat (limited to 'ext/soap/php_schema.h')
-rw-r--r--ext/soap/php_schema.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/soap/php_schema.h b/ext/soap/php_schema.h
index e094b5f3ea..a0c874c0dc 100644
--- a/ext/soap/php_schema.h
+++ b/ext/soap/php_schema.h
@@ -3,4 +3,7 @@
int load_schema(sdlPtr *sdl,xmlNodePtr schema);
+void delete_restriction_var_int(void *rvi);
+void delete_schema_restriction_var_char(void *srvc);
+
#endif