Forward decl of struct dom_node to shush things

svn path=/trunk/netsurf/; revision=13666
This commit is contained in:
Daniel Silverstone 2012-03-25 10:21:37 +00:00
parent ef238c17fe
commit 6162b49875

View File

@ -101,6 +101,8 @@ struct object_params;
struct object_param;
struct html_content;
struct dom_node;
#define UNKNOWN_WIDTH INT_MAX
#define UNKNOWN_MAX_WIDTH INT_MAX
@ -339,7 +341,7 @@ bool box_hscrollbar_present(const struct box *box);
nserror box_construct_init(void);
void box_construct_fini(void);
bool xml_to_box(dom_node *n, struct html_content *c,
bool xml_to_box(struct dom_node *n, struct html_content *c,
box_construct_complete_cb cb);
bool box_normalise_block(struct box *block, struct html_content *c);