2004-02-15 01:26:35 +03:00
|
|
|
/*
|
2006-11-27 18:35:18 +03:00
|
|
|
* This file is part of NetSurf, http://netsurf-browser.org/
|
2004-02-15 01:26:35 +03:00
|
|
|
* Licensed under the GNU General Public License,
|
|
|
|
* http://www.opensource.org/licenses/gpl-license
|
2004-02-16 01:19:43 +03:00
|
|
|
* Copyright 2004 John M Bell <jmb202@ecs.soton.ac.uk>
|
2004-02-15 01:26:35 +03:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _NETSURF_RISCOS_SAVE_DRAW_H_
|
|
|
|
#define _NETSURF_RISCOS_SAVE_DRAW_H_
|
|
|
|
|
2004-02-16 01:19:43 +03:00
|
|
|
struct content;
|
2004-02-15 01:26:35 +03:00
|
|
|
|
2004-07-06 00:19:52 +04:00
|
|
|
bool save_as_draw(struct content *c, const char *path);
|
2004-02-15 01:26:35 +03:00
|
|
|
|
|
|
|
#endif
|