netsurf/render/layout.h
James Bursa 12c3ff3d62 [project @ 2002-08-11 23:04:02 by bursa]
[monkeyson] Multiple-include guards.

svn path=/import/netsurf/; revision=30
2002-08-11 23:04:02 +00:00

15 lines
224 B
C

/**
* $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