From 995c565fba10a4abaddd4db556c89b98bdd5fd41 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 17 Feb 2000 15:05:24 +0000 Subject: - change some function name into php style --- ext/domxml/php_domxml.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/domxml/php_domxml.h') diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index a479d3f410..dc906b79e9 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -46,11 +46,11 @@ extern PHP_MINFO_FUNCTION(domxml); PHP_FUNCTION(xmldoc); PHP_FUNCTION(xmldocfile); PHP_FUNCTION(xmltree); -PHP_FUNCTION(domxml_newxmldoc); +PHP_FUNCTION(domxml_new_xmldoc); /* Class Document methods */ PHP_FUNCTION(domxml_root); -PHP_FUNCTION(domxml_addroot); +PHP_FUNCTION(domxml_add_root); PHP_FUNCTION(domxml_intdtd); PHP_FUNCTION(domxml_dumpmem); @@ -62,7 +62,7 @@ PHP_FUNCTION(domxml_children); PHP_FUNCTION(domxml_lastchild); PHP_FUNCTION(domxml_parent); PHP_FUNCTION(domxml_node); -PHP_FUNCTION(domxml_newchild); +PHP_FUNCTION(domxml_new_child); /* Class Attribute methods */ PHP_FUNCTION(domxml_attrname); -- cgit v1.2.1