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/doc_fragment.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core/doc_fragment.h') diff --git a/src/core/doc_fragment.h b/src/core/doc_fragment.h index 9d3de76..b2c3e71 100644 --- a/src/core/doc_fragment.h +++ b/src/core/doc_fragment.h @@ -12,11 +12,10 @@ struct dom_document_fragment; struct dom_document; -struct dom_string; struct lwc_string_s; dom_exception _dom_document_fragment_create(struct dom_document *doc, - struct lwc_string_s *name, struct dom_string *value, + struct lwc_string_s *name, dom_string *value, struct dom_document_fragment **result); void _dom_document_fragment_destroy(struct dom_document *doc, -- cgit v1.2.3