mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
017fc4eb4b
New file headers. svn path=/import/netsurf/; revision=190
18 lines
408 B
C
18 lines
408 B
C
/*
|
|
* This file is part of NetSurf, http://netsurf.sourceforge.net/
|
|
* Licensed under the GNU General Public License,
|
|
* http://www.opensource.org/licenses/gpl-license
|
|
* Copyright 2003 James Bursa <bursa@users.sourceforge.net>
|
|
*/
|
|
|
|
#ifndef _NETSURF_RENDER_LAYOUT_H_
|
|
#define _NETSURF_RENDER_LAYOUT_H_
|
|
|
|
/**
|
|
* interface
|
|
*/
|
|
|
|
void layout_document(struct box * box, unsigned long width);
|
|
|
|
#endif
|