summaryrefslogtreecommitdiff
path: root/riscos/save_complete.h
diff options
context:
space:
mode:
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