summaryrefslogtreecommitdiff
path: root/amiga/hotlist.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-09-12 12:08:50 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-09-12 12:08:50 +0100
commitfda365fb2d64333b4d60649cb7e778b51c179fc5 (patch)
treed6381c30313d327c8014308dd5055eb135279e65 /amiga/hotlist.h
parent177b46e873d29c4c5324467239bc80f11997c5e0 (diff)
downloadnetsurf-fda365fb2d64333b4d60649cb7e778b51c179fc5.tar.gz
netsurf-fda365fb2d64333b4d60649cb7e778b51c179fc5.tar.bz2
Move the hotlist menu creator into hotlist.c and make it more generic
Diffstat (limited to 'amiga/hotlist.h')
-rwxr-xr-xamiga/hotlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/hotlist.h b/amiga/hotlist.h
index ee258af7b..be38163e0 100755
--- a/amiga/hotlist.h
+++ b/amiga/hotlist.h
@@ -23,6 +23,8 @@
void ami_hotlist_initialise(const char *hotlist_file);
void ami_hotlist_free(const char *hotlist_file);
+nserror ami_hotlist_scan(struct gui_window_2 *gwin, int first_item, const char *folder,
+ bool (*cb_add_item)(struct gui_window_2 *gw, int level, int item, const char *title, nsurl *url, bool folder));
struct treeview_window *hotlist_window;
#endif