aboutsummaryrefslogtreecommitdiff
path: root/src/nav.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nav.c')
-rw-r--r--src/nav.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nav.c b/src/nav.c
index 107cdd09..57fdad48 100644
--- a/src/nav.c
+++ b/src/nav.c
@@ -587,3 +587,10 @@ void a_Nav_unref_buf(const DilloUrl *Url)
a_Capi_unref_buf(Url);
}
+/*
+ * Wrapper for a_Capi_set_vsource_url().
+ */
+void a_Nav_set_vsource_url(const DilloUrl *Url)
+{
+ a_Capi_set_vsource_url(Url);
+}