summaryrefslogtreecommitdiff
path: root/desktop/global_history.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/global_history.h')
-rw-r--r--desktop/global_history.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/global_history.h b/desktop/global_history.h
index 3863e8151..9d1dc4523 100644
--- a/desktop/global_history.h
+++ b/desktop/global_history.h
@@ -61,6 +61,15 @@ nserror global_history_fini(void);
*/
nserror global_history_add(nsurl *url);
+/*
+ * Save global history to file (html)
+ *
+ * \param path The path to save history to
+ * \param title The title to give the document, or NULL for default
+ * \return NSERROR_OK on success, or appropriate error otherwise
+ */
+nserror global_history_export(const char *path, const char *title);
+
/**
* Redraw the global history.
*