From eec80c561c8deb5b8b49bf6820fc171cccd5e82b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 28 Aug 2013 10:59:56 +0100 Subject: Expose hotlist_export. --- desktop/hotlist.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'desktop/hotlist.c') 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; -- cgit v1.2.3