summaryrefslogtreecommitdiff
path: root/desktop/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/hotlist.c')
-rw-r--r--desktop/hotlist.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index 9a429264c..581075cdf 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -905,12 +905,8 @@ static nserror hotlist_export_leave_cb(void *ctx, void *node_data,
return NSERROR_OK;
}
-/*
- * Save hotlist to file
- *
- * \return NSERROR_OK on success, or appropriate error otherwise
- */
-static nserror hotlist_export(const char *path, const char *title)
+/* Exported interface, documented in hotlist.h */
+nserror hotlist_export(const char *path, const char *title)
{
struct treeview_walk_ctx tw;
nserror err;