aboutsummaryrefslogtreecommitdiff
path: root/src/uicmd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/uicmd.cc')
-rw-r--r--src/uicmd.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/uicmd.cc b/src/uicmd.cc
index de52b779..ac743f62 100644
--- a/src/uicmd.cc
+++ b/src/uicmd.cc
@@ -671,6 +671,14 @@ void a_UIcmd_repush(void *vbw)
}
/*
+ * Zero-delay URL redirection.
+ */
+void a_UIcmd_redirection0(void *vbw, const DilloUrl *url)
+{
+ a_Nav_redirection0((BrowserWindow*)vbw, url);
+}
+
+/*
* Return a suitable filename for a given URL path.
*/
static char *UIcmd_make_save_filename(const char *pathstr)