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.h | |
parent | 7e200117f6e4156a0375ef7eb3deaa9f2d626847 (diff) |
Fix "view source" for POST URLs
Diffstat (limited to 'src/nav.h')
-rw-r--r-- | src/nav.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |