diff options
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); | 
