summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2002-04-23 06:26:46 +0000
committerUwe Steinmann <steinm@php.net>2002-04-23 06:26:46 +0000
commit1e9000e3152e25adc4107c511ddd581d57bdf720 (patch)
tree9c51b6ce50eabfb084280015901294dd1ac16103 /ext/domxml/php_domxml.h
parentd4c273c3a7b8939e9564d0e729de0180cac2b564 (diff)
downloadphp-git-1e9000e3152e25adc4107c511ddd581d57bdf720.tar.gz
- added new function DomDocument->ids (subject to change)
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 f09fa07c4b..dda0c81e59 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -79,6 +79,7 @@ PHP_FUNCTION(domxml_doc_create_entity_reference);
PHP_FUNCTION(domxml_doc_imported_node);
PHP_FUNCTION(domxml_add_root);
PHP_FUNCTION(domxml_intdtd);
+PHP_FUNCTION(domxml_doc_ids);
PHP_FUNCTION(domxml_dump_mem);
PHP_FUNCTION(domxml_dump_mem_file);
PHP_FUNCTION(domxml_dump_node);