summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-05-13 14:39:43 +0000
committerJames Bursa <james@netsurf-browser.org>2004-05-13 14:39:43 +0000
commit837d60cc37b0634f2ff5b7835594d3c02b0f42b5 (patch)
tree70c154d7755c672b63ec74aee14e8eca4f4654cc /desktop/gui.h
parent59d25c3a0269fbde77b75044c006d5d8735420c1 (diff)
downloadnetsurf-837d60cc37b0634f2ff5b7835594d3c02b0f42b5.tar.gz
netsurf-837d60cc37b0634f2ff5b7835594d3c02b0f42b5.tar.bz2
[project @ 2004-05-13 14:39:43 by bursa]
Fix URL protocol termination bug (reported by Fred Bambrough). Change from xcalloc to malloc and add error handling. svn path=/import/netsurf/; revision=859
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index f6a87004d..3001c2eed 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -60,7 +60,7 @@ 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 gui_launch_url(const char *url);
void warn_user(const char *warning, const char *detail);