From 4ade8ad1c7b23e6eeeee6681acbdb43fb10cab43 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 7 Apr 2011 23:28:32 +0000 Subject: s/struct dom_string/dom_string/g svn path=/trunk/libdom/; revision=12172 --- src/core/entity_ref.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/core/entity_ref.h') diff --git a/src/core/entity_ref.h b/src/core/entity_ref.h index 2b83d07..b83765c 100644 --- a/src/core/entity_ref.h +++ b/src/core/entity_ref.h @@ -13,11 +13,10 @@ struct dom_document; struct dom_entity_reference; -struct dom_string; struct lwc_string_s; dom_exception _dom_entity_reference_create(struct dom_document *doc, - struct lwc_string_s *name, struct dom_string *value, + struct lwc_string_s *name, dom_string *value, struct dom_entity_reference **result); void _dom_entity_reference_destroy(struct dom_document *doc, @@ -41,6 +40,6 @@ dom_exception _dom_er_copy(struct dom_node_internal *new, /* Helper functions */ dom_exception _dom_entity_reference_get_textual_representation( struct dom_entity_reference *entity, - struct dom_string **result); + dom_string **result); #endif -- cgit v1.2.3