diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2010-03-04 15:00:15 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2010-03-04 15:00:15 -0300 |
commit | c3b2aac9a1bd180a2289dbea0a396b195c552fdf (patch) | |
tree | 34ba0b7c21f702e66190f0d5893ccc16753f8e7a /src/nav.c | |
parent | 7e200117f6e4156a0375ef7eb3deaa9f2d626847 (diff) |
Fix "view source" for POST URLs
Diffstat (limited to 'src/nav.c')
-rw-r--r-- | src/nav.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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); +} |