From 9454b8bca10f2ac8e224b9d60d71355b36194555 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 2 Apr 2004 00:41:10 +0000 Subject: [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 --- desktop/gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index 684332c56..9bb8412e4 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -55,6 +55,8 @@ void gui_gadget_combo(struct browser_window* bw, struct form_control* g, unsigne void gui_window_place_caret(gui_window *g, int x, int y, int height); +void gui_launch_url(char *url); + void warn_user(const char *warning); #endif -- cgit v1.2.3