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/capi.h | |
parent | 60bfc32b189a03589b41ce8e8cfade8e276a558c (diff) |
Handle vsource dpi inside a_Capi_open_url(); more orthogonality.
Also added better error handling.
Diffstat (limited to 'src/capi.h')
-rw-r--r-- | src/capi.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -35,8 +35,6 @@ int a_Capi_dpi_send_data(const DilloUrl *url, void *bw, char *data, int data_sz, char *server, int flags); int a_Capi_dpi_send_cmd(DilloUrl *url, void *bw, char *cmd, char *server, int flags); -void a_Capi_dpi_send_source(BrowserWindow *bw, const DilloUrl *url, - char *buf, int buf_size); void a_Capi_stop_client(int Key, int force); void a_Capi_conn_abort_by_url(const DilloUrl *url); |