summaryrefslogtreecommitdiff
path: root/render/layout.h
blob: cae352b1a98bd4066f7ed73bb388761993db1630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * $Id: layout.h,v 1.3 2002/08/11 23:04:02 bursa Exp $
 */

#ifndef _NETSURF_RENDER_LAYOUT_H_
#define _NETSURF_RENDER_LAYOUT_H_

/**
 * interface
 */

void layout_document(struct box * box, unsigned long width);

#endif