summaryrefslogtreecommitdiff
path: root/desktop/hotlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/hotlist.h')
-rw-r--r--desktop/hotlist.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/hotlist.h b/desktop/hotlist.h
index 4a7ef2f01..743eb616b 100644
--- a/desktop/hotlist.h
+++ b/desktop/hotlist.h
@@ -104,6 +104,15 @@ nserror hotlist_add_entry(nsurl *url, const char *title, bool at_y, int y);
*/
nserror hotlist_add_folder(const char *title, bool at_y, int y);
+/*
+ * Save hotlist to file
+ *
+ * \param path The path to save hotlist to
+ * \param title The title to give the hotlist, or NULL for default
+ * \return NSERROR_OK on success, or appropriate error otherwise
+ */
+nserror hotlist_export(const char *path, const char *title);
+
/**
* Redraw the hotlist.
*