summaryrefslogtreecommitdiff
path: root/desktop/hotlist.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-07-12 12:07:54 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-07-12 12:07:54 +0100
commit55592d5a8d25a8cb92310bb49913c63336f7a0ae (patch)
treeef644c6007b98ce1953a37c3677071e3fa403c2b /desktop/hotlist.h
parentd6d9378e9b1cc082a51725cfc9901549e4b84727 (diff)
downloadnetsurf-55592d5a8d25a8cb92310bb49913c63336f7a0ae.tar.gz
netsurf-55592d5a8d25a8cb92310bb49913c63336f7a0ae.tar.bz2
Move hotlist_visted from browser.h to hotlist.h
Diffstat (limited to 'desktop/hotlist.h')
-rw-r--r--desktop/hotlist.h2
1 files changed, 2 insertions, 0 deletions
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);