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/capi.h | |
parent | 7e200117f6e4156a0375ef7eb3deaa9f2d626847 (diff) |
Fix "view source" for POST URLs
Diffstat (limited to 'src/capi.h')
-rw-r--r-- | src/capi.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ 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_set_vsource_url(const DilloUrl *url); void a_Capi_stop_client(int Key, int force); void a_Capi_conn_abort_by_url(const DilloUrl *url); |