From 0f3e07a7a81648333cb8d63ab01081469045a61a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 23 Mar 2012 22:52:29 +0000 Subject: Lose unnecessary "struct" svn path=/trunk/libdom/; revision=13571 --- bindings/hubbub/parser.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bindings/hubbub/parser.h') diff --git a/bindings/hubbub/parser.h b/bindings/hubbub/parser.h index 69d7cf5..820b8da 100644 --- a/bindings/hubbub/parser.h +++ b/bindings/hubbub/parser.h @@ -15,8 +15,6 @@ #include "errors.h" -struct dom_document; - typedef struct dom_hubbub_parser dom_hubbub_parser; /* The encoding source of the document */ @@ -63,7 +61,7 @@ dom_hubbub_error dom_hubbub_parser_parse_chunk(dom_hubbub_parser *parser, dom_hubbub_error dom_hubbub_parser_completed(dom_hubbub_parser *parser); /* Retrieve the created DOM Document */ -struct dom_document *dom_hubbub_parser_get_document(dom_hubbub_parser *parser); +dom_document *dom_hubbub_parser_get_document(dom_hubbub_parser *parser); /* Retrieve the document's encoding */ const char *dom_hubbub_parser_get_encoding(dom_hubbub_parser *parser, -- cgit v1.2.3