diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2010-02-23 15:03:10 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2010-02-23 15:03:10 -0300 |
commit | b3ebdb3213c020501fd8d3f47151fa5eb6fdb40b (patch) | |
tree | 2f382635d98356e678ec8de8f366328c1014618e /src/nav.h | |
parent | 60bfc32b189a03589b41ce8e8cfade8e276a558c (diff) |
Handle vsource dpi inside a_Capi_open_url(); more orthogonality.
Also added better error handling.
Diffstat (limited to 'src/nav.h')
-rw-r--r-- | src/nav.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -34,7 +34,6 @@ 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_send_source(BrowserWindow *bw, const DilloUrl *url); #ifdef __cplusplus } |