summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-10-01 00:06:49 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-10-01 00:06:49 +0000
commit39ad1632eb78e8c632d3e66711d09f2bb982a4e8 (patch)
tree63567b8dd3c363784021ef41f16ea3d716186054 /desktop/gui.h
parent1202ad9c443dc5ac532b6b22d2b55fab019e08d9 (diff)
downloadnetsurf-39ad1632eb78e8c632d3e66711d09f2bb982a4e8.tar.gz
netsurf-39ad1632eb78e8c632d3e66711d09f2bb982a4e8.tar.bz2
[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
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h1
1 files changed, 1 insertions, 0 deletions
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);