summaryrefslogtreecommitdiff
path: root/src/nav.h
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-04-18 16:16:18 -0400
committerJorge Arellano Cid <jcid@dillo.org>2009-04-18 16:16:18 -0400
commit777f1f5ea25d5ebaeb494f567e678e78c8066368 (patch)
tree529080162cd374d18f214934bef3a1798f645695 /src/nav.h
parentd0225361f2bbce9c0fefc2174fbe8d4878a2789d (diff)
Implemented Instant client-side redirects (META refresh with delay=0)
http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H76.html
Diffstat (limited to 'src/nav.h')
-rw-r--r--src/nav.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nav.h b/src/nav.h
index 4a03960a..a37d012c 100644
--- a/src/nav.h
+++ b/src/nav.h
@@ -13,6 +13,7 @@
extern "C" {
#endif /* __cplusplus */
+void a_Nav_redirection0(BrowserWindow *bw, const DilloUrl *new_url);
void a_Nav_push(BrowserWindow *bw, const DilloUrl *url);
void a_Nav_push_nw(BrowserWindow *bw, const DilloUrl *url);
void a_Nav_vpush(void *vbw, const DilloUrl *url);