summaryrefslogtreecommitdiff
path: root/riscos/window.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-29 00:17:11 +0000
committerVincent Sanders <vince@kyllikki.org>2014-10-29 00:18:12 +0000
commit7ace528729c37d665e269c8a76991739c9437088 (patch)
treec6e6d60655da38fecd8f9bd74980b01f402715e8 /riscos/window.h
parent4b941297aaa8de2b092b6b799fcfc91d6e0e4782 (diff)
downloadnetsurf-7ace528729c37d665e269c8a76991739c9437088.tar.gz
netsurf-7ace528729c37d665e269c8a76991739c9437088.tar.bz2
Update url setting API to return nserror code instead of calling warn_user
Diffstat (limited to 'riscos/window.h')
-rw-r--r--riscos/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/window.h b/riscos/window.h
index c4daf8bb8..ea31fcb9b 100644
--- a/riscos/window.h
+++ b/riscos/window.h
@@ -39,7 +39,7 @@ bool ro_gui_window_check_menu(wimp_menu *menu);
* \param g gui_window to update
* \param url new url for address bar
*/
-void gui_window_set_url(struct gui_window *g, const char *url);
+nserror gui_window_set_url(struct gui_window *g, const char *url);
#endif