summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-07-07 17:19:29 +0000
committerChristian Stocker <chregu@php.net>2002-07-07 17:19:29 +0000
commite5bcd202ce216ca9ab2e898d0522e7be4d97efab (patch)
tree4265c6104270dc043c6afba7fca61412221fb68e /ext/domxml/php_domxml.h
parentafb93a20cbfdb392c793d0300e43758fae0cc18f (diff)
downloadphp-git-e5bcd202ce216ca9ab2e898d0522e7be4d97efab.tar.gz
@ - Added domxml_node_namespace_uri() (Rui Lopes).
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index 0ba434f88e..62f4e4722b 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -138,6 +138,7 @@ PHP_FUNCTION(domxml_node_has_attributes);
PHP_FUNCTION(domxml_node_has_child_nodes);
PHP_FUNCTION(domxml_node_parent);
PHP_FUNCTION(domxml_node_prefix);
+PHP_FUNCTION(domxml_node_namespace_uri);
PHP_FUNCTION(domxml_node);
PHP_FUNCTION(domxml_clone_node);
PHP_FUNCTION(domxml_node_unlink_node);