summaryrefslogtreecommitdiff
path: root/riscos/save_complete.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-03-27 18:44:26 +0000
committerJames Bursa <james@netsurf-browser.org>2004-03-27 18:44:26 +0000
commitb5cd93fb6b64ae1f41bc402d76bcfcf42875f19f (patch)
tree65c99fdd6e9d19b5813eb5436c64543b059ace18 /riscos/save_complete.h
parentb0fdba3f596edb61e8f976ae67ad02d641429525 (diff)
downloadnetsurf-b5cd93fb6b64ae1f41bc402d76bcfcf42875f19f.tar.gz
netsurf-b5cd93fb6b64ae1f41bc402d76bcfcf42875f19f.tar.bz2
[project @ 2004-03-27 18:44:26 by bursa]
Implement @import rewriting, fix and simplify code. svn path=/import/netsurf/; revision=676
Diffstat (limited to 'riscos/save_complete.h')
-rw-r--r--riscos/save_complete.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/riscos/save_complete.h b/riscos/save_complete.h
index 999852e2c..3e72f65fc 100644
--- a/riscos/save_complete.h
+++ b/riscos/save_complete.h
@@ -5,11 +5,16 @@
* 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(struct content *c);
+void save_complete_init(void);
+void save_complete(struct content *c, const char *path);
#endif