diff options
author | Uwe Steinmann <steinm@php.net> | 2000-02-03 17:21:23 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-02-03 17:21:23 +0000 |
commit | a6869f23337133228a7829fb1a28c4acff9e3998 (patch) | |
tree | f4ced7cf91d255d073026ef9f686ac8eb982d15b /ext/domxml/php_domxml.h | |
parent | 0b414c4e4ed1ab40a02d813330ddd31713f6c241 (diff) | |
download | php-git-a6869f23337133228a7829fb1a28c4acff9e3998.tar.gz |
- more functions added but none of them tested
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r-- | ext/domxml/php_domxml.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index c5bd02eb9d..36ff9807b5 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -44,10 +44,13 @@ extern zend_module_entry php_domxml_module_entry; extern PHP_MINIT_FUNCTION(domxml); extern PHP_MINFO_FUNCTION(domxml); PHP_FUNCTION(getdom); +PHP_FUNCTION(domxml_newxmldoc); /* Class Document methods */ PHP_FUNCTION(domxml_root); +PHP_FUNCTION(domxml_addroot); PHP_FUNCTION(domxml_intdtd); +PHP_FUNCTION(domxml_dumpmem); /* Class Node methods */ PHP_FUNCTION(domxml_attributes); |