summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-01-18 11:04:10 +0000
committerChristian Stocker <chregu@php.net>2002-01-18 11:04:10 +0000
commitafb8248e91222d3d407ba1cb1b755d73859667e3 (patch)
tree5ce1ab8b732a80555e82fabe1269d53d6658497b /ext/domxml/php_domxml.h
parent793bc648bf1217f093b7a01ff1343268c805967a (diff)
downloadphp-git-afb8248e91222d3d407ba1cb1b755d73859667e3.tar.gz
@- Added function domxml_node_get_content() (chregu)
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 e58e1d3a81..57913628b4 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -118,6 +118,7 @@ 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_get_content);
PHP_FUNCTION(domxml_node_text_concat);
PHP_FUNCTION(domxml_node_set_name);
PHP_FUNCTION(domxml_node_name);