summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2003-01-06 09:59:53 +0000
committerChristian Stocker <chregu@php.net>2003-01-06 09:59:53 +0000
commit413053aa75a757f5f5fee9a9f605cadd388f83e6 (patch)
treeb005051a8abb55c26c6869ffa3460aad96d08602 /ext/domxml/php_domxml.h
parent159f0bcdd882befd8624d13f2d3b3e5ecfb95e9a (diff)
downloadphp-git-413053aa75a757f5f5fee9a9f605cadd388f83e6.tar.gz
- get_path forgotten in .h file
- fix crash in domxml_node_insert_before() (by Lukas Schröder)
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 f3495172c7..557b2d0f05 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -153,6 +153,7 @@ PHP_FUNCTION(domxml_node_set_content);
PHP_FUNCTION(domxml_node_get_content);
PHP_FUNCTION(domxml_node_text_concat);
PHP_FUNCTION(domxml_node_set_name);
+PHP_FUNCTION(domxml_node_get_path);
PHP_FUNCTION(domxml_node_name);
PHP_FUNCTION(domxml_node_type);
PHP_FUNCTION(domxml_node_value);