diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-07-16 22:01:20 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-07-16 22:01:20 -0400 |
commit | 26b1a102575efb7f812f4b0c16ccdfbffe0085b3 (patch) | |
tree | a0127169102ac5f61e546dd1d280acdb349400eb /src/capi.h | |
parent | c5440a6b044de78bee086d2527cd067ea99f546b (diff) |
Verify dpi URLs for instant redirects.
Diffstat (limited to 'src/capi.h')
-rw-r--r-- | src/capi.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ const char *a_Capi_set_content_type(const DilloUrl *url, const char *ctype, const char *from); int a_Capi_get_flags(const DilloUrl *Url); int a_Capi_get_flags_with_redirection(const DilloUrl *Url); +int a_Capi_dpi_verify_request(BrowserWindow *bw, DilloUrl *url); int a_Capi_dpi_send_cmd(DilloUrl *url, void *bw, char *cmd, char *server, int flags); void a_Capi_stop_client(int Key, int force); |