From 32b8cdde148141e923e99b718138e7558bc8ac6e Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 8 Feb 2001 15:12:16 +0000 Subject: - add domxml_unlink_node(), not tested --- ext/domxml/php_domxml.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/domxml/php_domxml.h') diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index a6358adaa9..a7dc3bce66 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -55,6 +55,7 @@ PHP_FUNCTION(domxml_children); PHP_FUNCTION(domxml_last_child); PHP_FUNCTION(domxml_parent); PHP_FUNCTION(domxml_node); +PHP_FUNCTION(domxml_unlink_node); PHP_FUNCTION(domxml_new_child); PHP_FUNCTION(domxml_set_content); -- cgit v1.2.1