From 55592d5a8d25a8cb92310bb49913c63336f7a0ae Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 12 Jul 2013 12:07:54 +0100 Subject: Move hotlist_visted from browser.h to hotlist.h --- desktop/browser.h | 4 ---- desktop/hotlist.h | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/desktop/browser.h b/desktop/browser.h index 8ffb40bb5..ee55e72c4 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -344,10 +344,6 @@ char * browser_window_get_selection(struct browser_window *bw); */ void browser_window_debug_dump(struct browser_window *bw, FILE *f); - -/* In platform specific hotlist.c. */ -void hotlist_visited(struct hlcache_handle *c); - /* In platform specific theme_install.c. */ #ifdef WITH_THEME_INSTALL void theme_install_start(struct hlcache_handle *c); diff --git a/desktop/hotlist.h b/desktop/hotlist.h index 6092291db..fa7fee228 100644 --- a/desktop/hotlist.h +++ b/desktop/hotlist.h @@ -42,6 +42,8 @@ bool hotlist_initialise(struct tree *tree, const char *hotlist_path, const char* unsigned int hotlist_get_tree_flags(void); void hotlist_cleanup(const char *hotlist_path); +void hotlist_visited(struct hlcache_handle *c); + bool hotlist_export(const char *path); void hotlist_edit_selected(void); void hotlist_delete_selected(void); -- cgit v1.2.3