summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-02 22:53:44 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-02 22:53:44 +0000
commit49ac8c3a94e2e3792bb9de43e3ecde03a17ec4a5 (patch)
tree98dde94faf8ee1d425be7061843b672631b8f51f /riscos
parenta32563488228ac82ae155493e6cab0e93bd6506c (diff)
downloadnetsurf-49ac8c3a94e2e3792bb9de43e3ecde03a17ec4a5.tar.gz
netsurf-49ac8c3a94e2e3792bb9de43e3ecde03a17ec4a5.tar.bz2
fix risc os nsurl structure declaration
Diffstat (limited to 'riscos')
-rw-r--r--riscos/window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/window.h b/riscos/window.h
index 08eddb3f7..8edacb359 100644
--- a/riscos/window.h
+++ b/riscos/window.h
@@ -26,6 +26,7 @@
#define _NETSURF_RISCOS_WINDOW_H_
struct gui_window;
+struct nsurl;
extern struct gui_window_table *riscos_window_table;
@@ -39,7 +40,7 @@ bool ro_gui_window_check_menu(wimp_menu *menu);
* \param g gui_window to update
* \param url new url for address bar
*/
-nserror gui_window_set_url(struct gui_window *g, nsurl *url);
+nserror gui_window_set_url(struct gui_window *g, struct nsurl *url);
#endif