summaryrefslogtreecommitdiff
path: root/amiga/hotlist.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-02 20:39:15 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-02 20:39:15 +0000
commit03abea12a76db9be29c6a56e453cadebc05983d6 (patch)
tree66c128fa9ccfe8538f6852a2fff2c7cb519cf59a /amiga/hotlist.h
parentad343eccb18454bab2f4e9464b88564c9da69649 (diff)
downloadnetsurf-03abea12a76db9be29c6a56e453cadebc05983d6.tar.gz
netsurf-03abea12a76db9be29c6a56e453cadebc05983d6.tar.bz2
fix errors introuced with previous header cleanup.
Diffstat (limited to 'amiga/hotlist.h')
-rwxr-xr-xamiga/hotlist.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/amiga/hotlist.h b/amiga/hotlist.h
index 54f8a6350..c50ceecfb 100755
--- a/amiga/hotlist.h
+++ b/amiga/hotlist.h
@@ -18,13 +18,17 @@
#ifndef AMIGA_HOTLIST_H
#define AMIGA_HOTLIST_H
+
#include "desktop/tree.h"
#include "amiga/tree.h"
+struct nsurl;
+
void ami_hotlist_initialise(const char *hotlist_file);
void ami_hotlist_free(const char *hotlist_file);
nserror ami_hotlist_scan(void *userdata, int first_item, const char *folder,
- bool (*cb_add_item)(void *userdata, int level, int item, const char *title, nsurl *url, bool folder));
+ bool (*cb_add_item)(void *userdata, int level, int item, const char *title, struct nsurl *url, bool folder));
struct treeview_window *hotlist_window;
+
#endif