From a46eef0002d061c3363756182a592be7646ae79b Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 8 Sep 2002 18:11:56 +0000 Subject: [project @ 2002-09-08 18:11:56 by bursa] Add box_free(). svn path=/import/netsurf/; revision=32 --- render/box.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index 50b2538fa..17bfcef4d 100644 --- a/render/box.h +++ b/render/box.h @@ -1,5 +1,5 @@ /** - * $Id: box.h,v 1.7 2002/08/18 16:46:45 bursa Exp $ + * $Id: box.h,v 1.8 2002/09/08 18:11:56 bursa Exp $ */ #ifndef _NETSURF_RENDER_BOX_H_ @@ -45,5 +45,6 @@ void xml_to_box(xmlNode * n, struct css_style * parent_style, struct css_stylesh struct box * parent, struct box * inline_container, const char *href); void box_dump(struct box * box, unsigned int depth); +void box_free(struct box *box); #endif -- cgit v1.2.3