summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2002-09-08 18:11:56 +0000
committerJames Bursa <james@netsurf-browser.org>2002-09-08 18:11:56 +0000
commita46eef0002d061c3363756182a592be7646ae79b (patch)
tree3d347fb9f3dac906b2987c8eb20d8d6bbfd1ab22 /render/box.h
parenta21d245091e7f7d6ae6a9e08dc107b9dd495e4fb (diff)
downloadnetsurf-a46eef0002d061c3363756182a592be7646ae79b.tar.gz
netsurf-a46eef0002d061c3363756182a592be7646ae79b.tar.bz2
[project @ 2002-09-08 18:11:56 by bursa]
Add box_free(). svn path=/import/netsurf/; revision=32
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h3
1 files changed, 2 insertions, 1 deletions
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