summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-12-09 22:22:13 +0000
committerJames Bursa <james@netsurf-browser.org>2004-12-09 22:22:13 +0000
commitf3ce5e1e48d09cd250374d269c8e11afcdace3f2 (patch)
treeb7d0caca04b25bc97e0e544db0d43feb3df76a89 /render/box.h
parent441b364600c8ec4f1fc2e8afacada78b2e352421 (diff)
downloadnetsurf-f3ce5e1e48d09cd250374d269c8e11afcdace3f2.tar.gz
netsurf-f3ce5e1e48d09cd250374d269c8e11afcdace3f2.tar.bz2
[project @ 2004-12-09 22:22:13 by bursa]
xcalloc/xrealloc/xstrdup-purge week, part 1. svn path=/import/netsurf/; revision=1398
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h2
1 files changed, 1 insertions, 1 deletions
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,