summaryrefslogtreecommitdiff
path: root/riscos/uri.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-04-02 00:41:10 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-04-02 00:41:10 +0000
commit9454b8bca10f2ac8e224b9d60d71355b36194555 (patch)
tree746b528194b91da4180252db1f929e8b9abf2caa /riscos/uri.h
parentadc05e5240fc9062c6b3ecb92f1bb1f59f0951c3 (diff)
downloadnetsurf-9454b8bca10f2ac8e224b9d60d71355b36194555.tar.gz
netsurf-9454b8bca10f2ac8e224b9d60d71355b36194555.tar.bz2
[project @ 2004-04-02 00:41:10 by jmb]
Try to use external apps for URI schemes we don't understand (eg mailto:) svn path=/import/netsurf/; revision=698
Diffstat (limited to 'riscos/uri.h')
-rw-r--r--riscos/uri.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/uri.h b/riscos/uri.h
index a7eb5d198..24774bc9f 100644
--- a/riscos/uri.h
+++ b/riscos/uri.h
@@ -11,5 +11,7 @@
#include "oslib/wimp.h"
void ro_uri_message_received(wimp_message *message);
+bool ro_uri_launch(char *uri);
+void ro_uri_bounce(wimp_message *message);
#endif