summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2001-02-08 15:12:16 +0000
committerUwe Steinmann <steinm@php.net>2001-02-08 15:12:16 +0000
commit32b8cdde148141e923e99b718138e7558bc8ac6e (patch)
treea49ed2356dd809f27884af775843c165753ff14f /ext/domxml/php_domxml.h
parentdf9803c75f56a83ada26727fe887b9d70e987f6a (diff)
downloadphp-git-32b8cdde148141e923e99b718138e7558bc8ac6e.tar.gz
- add domxml_unlink_node(), not tested
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 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);