summaryrefslogtreecommitdiff
path: root/desktop/hotlist.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-11-10 12:22:48 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-11-10 12:22:48 +0000
commit0b6e5da662decfc08f56bd28a8c7bc1f4fe90780 (patch)
tree73475a2ff7a584f43702f45e1d774586037204ad /desktop/hotlist.h
parent87c5f14c08fba088484c7925ac0d7b74f6c0521f (diff)
downloadnetsurf-0b6e5da662decfc08f56bd28a8c7bc1f4fe90780.tar.gz
netsurf-0b6e5da662decfc08f56bd28a8c7bc1f4fe90780.tar.bz2
Allow setting a default folder in the tree for hotlist entries to go into. Frontends
will need to be updated to use hotlist_set_default_folder() if they want to use this functionality. svn path=/trunk/netsurf/; revision=13139
Diffstat (limited to 'desktop/hotlist.h')
-rw-r--r--desktop/hotlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/hotlist.h b/desktop/hotlist.h
index b17d98baa..544cd02d0 100644
--- a/desktop/hotlist.h
+++ b/desktop/hotlist.h
@@ -58,5 +58,5 @@ void hotlist_add_entry(void);
void hotlist_add_page(const char *url);
void hotlist_add_page_xy(const char *url, int x, int y);
void hotlist_launch_selected(bool tabs);
-
+bool hotlist_set_default_folder(bool clear);
#endif