From 39ad1632eb78e8c632d3e66711d09f2bb982a4e8 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 1 Oct 2004 00:06:49 +0000 Subject: [project @ 2004-10-01 00:06:49 by jmb] Send HTTP referer header. This is _only_ sent when a link is clicked (theoretically, at least). svn path=/import/netsurf/; revision=1296 --- desktop/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index 1db455c6f..cb16e8864 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -45,6 +45,7 @@ void gui_window_set_extent(struct gui_window *g, int width, int height); void gui_window_set_status(struct gui_window *g, const char *text); void gui_window_set_pointer(gui_pointer_shape shape); void gui_window_set_url(struct gui_window *g, const char *url); +char *gui_window_get_url(struct gui_window *g); void gui_window_start_throbber(struct gui_window *g); void gui_window_stop_throbber(struct gui_window *g); void gui_window_place_caret(struct gui_window *g, int x, int y, int height); -- cgit v1.2.3