summaryrefslogtreecommitdiff
path: root/riscos/save_complete.h
blob: f717fb68e406c5c9c98da6473fd75f7b4d535209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * This file is part of NetSurf, http://netsurf-browser.org/
 * Licensed under the GNU General Public License,
 *                http://www.opensource.org/licenses/gpl-license
 * Copyright 2004 John M Bell <jmb202@ecs.soton.ac.uk>
 */

/** \file
 * Save HTML document with dependencies (interface).
 */

#ifndef _NETSURF_RISCOS_SAVE_COMPLETE_H_
#define _NETSURF_RISCOS_SAVE_COMPLETE_H_

struct content;

void save_complete_init(void);
bool save_complete(struct content *c, const char *path);

#endif