summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/browser.h4
-rw-r--r--desktop/hotlist.h2
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);