From f3ce5e1e48d09cd250374d269c8e11afcdace3f2 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 9 Dec 2004 22:22:13 +0000 Subject: [project @ 2004-12-09 22:22:13 by bursa] xcalloc/xrealloc/xstrdup-purge week, part 1. svn path=/import/netsurf/; revision=1398 --- render/box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index b401799fa..048c566dd 100644 --- a/render/box.h +++ b/render/box.h @@ -234,7 +234,7 @@ struct column { #define UNKNOWN_MAX_WIDTH INT_MAX -void xml_to_box(xmlNode *n, struct content *c); +bool xml_to_box(xmlNode *n, struct content *c); void box_dump(struct box *box, unsigned int depth); struct box * box_create(struct css_style *style, const char *href, const char *title, -- cgit v1.2.3