summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
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,