From a6caada16f6f8e02bf6b503833d79767cf0086ad Mon Sep 17 00:00:00 2001 From: James Shaw Date: Fri, 3 Aug 2007 23:11:31 +0000 Subject: Fix structure name dom_nodelist svn path=/trunk/dom/; revision=3474 --- include/dom/core/node.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/dom/core') diff --git a/include/dom/core/node.h b/include/dom/core/node.h index e566622..8e3ccf9 100644 --- a/include/dom/core/node.h +++ b/include/dom/core/node.h @@ -15,7 +15,7 @@ struct dom_document; struct dom_node; -struct dom_node_list; +struct dom_nodelist; struct dom_named_node_map; struct dom_string; @@ -85,7 +85,7 @@ dom_exception dom_node_get_node_type(struct dom_node *node, dom_exception dom_node_get_parent_node(struct dom_node *node, struct dom_node **result); dom_exception dom_node_get_child_nodes(struct dom_node *node, - struct dom_node_list **result); + struct dom_nodelist **result); dom_exception dom_node_get_first_child(struct dom_node *node, struct dom_node **result); dom_exception dom_node_get_last_child(struct dom_node *node, -- cgit v1.2.3