summaryrefslogtreecommitdiff
path: root/amiga/launch.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-27 23:52:35 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-27 23:52:35 +0100
commit7d02ae916a9984efb619eac279b4d8e12db0b678 (patch)
treebef9147faf3cc1d0acd08ca98ec6435c6b43eea5 /amiga/launch.h
parent662e950e48b4ad595e602dfc4d51feb9ce75dbbb (diff)
downloadnetsurf-7d02ae916a9984efb619eac279b4d8e12db0b678.tar.gz
netsurf-7d02ae916a9984efb619eac279b4d8e12db0b678.tar.bz2
make launch_url core operation use nsurl
Diffstat (limited to 'amiga/launch.h')
-rwxr-xr-xamiga/launch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/launch.h b/amiga/launch.h
index 7baa6ca27..cab638b1d 100755
--- a/amiga/launch.h
+++ b/amiga/launch.h
@@ -26,6 +26,6 @@
void ami_openurl_open(void);
void ami_openurl_close(void);
-void gui_launch_url(const char *url);
+nserror gui_launch_url(struct nsurl *url);
#endif