summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorJaroslaw Kolakowski <jarkol@php.net>2002-01-11 21:15:46 +0000
committerJaroslaw Kolakowski <jarkol@php.net>2002-01-11 21:15:46 +0000
commitca7c5978d95ece0a0a56e520bb42963b7c3d350a (patch)
tree7f8fffa8745d6965221a7f9f559854b7d99c8fa9 /ext/domxml/php_domxml.h
parentc79f749ff8fb324de6cec5d8018e4a1e3cf8ac21 (diff)
downloadphp-git-ca7c5978d95ece0a0a56e520bb42963b7c3d350a.tar.gz
Added domxml_node_replace_node() function.
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 9abb38fbb2..be669a5f09 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -108,6 +108,7 @@ PHP_FUNCTION(domxml_node_prefix);
PHP_FUNCTION(domxml_node);
PHP_FUNCTION(domxml_clone_node);
PHP_FUNCTION(domxml_node_unlink_node);
+PHP_FUNCTION(domxml_node_replace_node);
PHP_FUNCTION(domxml_node_new_child);
PHP_FUNCTION(domxml_node_set_content);
PHP_FUNCTION(domxml_node_text_concat);