summaryrefslogtreecommitdiff
path: root/src/core/nodelist.c
diff options
context:
space:
mode:
authorBo Yang <struggleyb.nku@gmail.com>2009-04-29 12:44:35 +0000
committerBo Yang <struggleyb.nku@gmail.com>2009-04-29 12:44:35 +0000
commitf841fed10f07c6bb8feee183688c0eed2a99ece0 (patch)
tree8e0f209cee78455b2707b872dad6b2f691902b34 /src/core/nodelist.c
parent56abea1fc38187082f16735c881afc2a7db1a7f9 (diff)
downloadlibdom-f841fed10f07c6bb8feee183688c0eed2a99ece0.tar.gz
libdom-f841fed10f07c6bb8feee183688c0eed2a99ece0.tar.bz2
Make dom_namednodemap and dom_nodelist more usable through macroes. Note, it is the partly-completed testcase that find this problem. Our DOMTS is on its way.
svn path=/trunk/dom/; revision=7365
Diffstat (limited to 'src/core/nodelist.c')
-rw-r--r--src/core/nodelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nodelist.c b/src/core/nodelist.c
index c19b2eb..16534b6 100644
--- a/src/core/nodelist.c
+++ b/src/core/nodelist.c
@@ -238,7 +238,7 @@ dom_exception dom_nodelist_get_length(struct dom_nodelist *list,
* The returned node will have had its reference count increased. The client
* should unref the node once it has finished with it.
*/
-dom_exception dom_nodelist_item(struct dom_nodelist *list,
+dom_exception _dom_nodelist_item(struct dom_nodelist *list,
unsigned long index, struct dom_node **node)
{
struct dom_node_internal *cur = list->root->first_child;