From b36a86e96d18acfa046b6bdf2983cc6b779793c9 Mon Sep 17 00:00:00 2001 From: James Shaw Date: Wed, 8 Aug 2007 20:33:12 +0000 Subject: Rename dom_named_node_map to dom_namednodemap to be consistent with the rest of the code svn path=/trunk/dom/; revision=3489 --- include/dom/core/node.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/dom/core/node.h b/include/dom/core/node.h index 8e3ccf9..3968b65 100644 --- a/include/dom/core/node.h +++ b/include/dom/core/node.h @@ -16,7 +16,7 @@ struct dom_document; struct dom_node; struct dom_nodelist; -struct dom_named_node_map; +struct dom_namednodemap; struct dom_string; /** @@ -95,7 +95,7 @@ dom_exception dom_node_get_previous_sibling(struct dom_node *node, dom_exception dom_node_get_next_sibling(struct dom_node *node, struct dom_node **result); dom_exception dom_node_get_attributes(struct dom_node *node, - struct dom_named_node_map **result); + struct dom_namednodemap **result); dom_exception dom_node_get_owner_document(struct dom_node *node, struct dom_document **result); dom_exception dom_node_insert_before(struct dom_node *node, -- cgit v1.2.3