aboutsummaryrefslogtreecommitdiff
path: root/src/nav.h
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2010-03-04 15:00:15 -0300
committerJorge Arellano Cid <jcid@dillo.org>2010-03-04 15:00:15 -0300
commitc3b2aac9a1bd180a2289dbea0a396b195c552fdf (patch)
tree34ba0b7c21f702e66190f0d5893ccc16753f8e7a /src/nav.h
parent7e200117f6e4156a0375ef7eb3deaa9f2d626847 (diff)
Fix "view source" for POST URLs
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 13439ad0..b557be2e 100644
--- a/src/nav.h
+++ b/src/nav.h
@@ -34,6 +34,7 @@ void a_Nav_save_url(BrowserWindow *bw,
const DilloUrl *url, const char *filename);
int a_Nav_get_buf(const DilloUrl *Url, char **PBuf, int *BufSize);
void a_Nav_unref_buf(const DilloUrl *Url);
+void a_Nav_set_vsource_url(const DilloUrl *Url);
#ifdef __cplusplus
}