mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
12c3ff3d62
[monkeyson] Multiple-include guards. svn path=/import/netsurf/; revision=30
15 lines
224 B
C
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
|