netsurf/render/layout.h

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