Mercurial > dillo_port1.3
comparison src/capi.h @ 1569:24a5d37b09e1
Add the a_Capi_dpi_send_data() function
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Wed, 17 Feb 2010 13:54:58 -0300 |
parents | 4741a93c3473 |
children | f275bd2cdeed |
comparison
equal
deleted
inserted
replaced
1568:96e28c8697ad | 1569:24a5d37b09e1 |
---|---|
29 const char *a_Capi_set_content_type(const DilloUrl *url, const char *ctype, | 29 const char *a_Capi_set_content_type(const DilloUrl *url, const char *ctype, |
30 const char *from); | 30 const char *from); |
31 int a_Capi_get_flags(const DilloUrl *Url); | 31 int a_Capi_get_flags(const DilloUrl *Url); |
32 int a_Capi_get_flags_with_redirection(const DilloUrl *Url); | 32 int a_Capi_get_flags_with_redirection(const DilloUrl *Url); |
33 int a_Capi_dpi_verify_request(BrowserWindow *bw, DilloUrl *url); | 33 int a_Capi_dpi_verify_request(BrowserWindow *bw, DilloUrl *url); |
34 int a_Capi_dpi_send_data(DilloUrl *url, void *bw, char *data, int data_sz, | |
35 char *server, int flags); | |
34 int a_Capi_dpi_send_cmd(DilloUrl *url, void *bw, char *cmd, char *server, | 36 int a_Capi_dpi_send_cmd(DilloUrl *url, void *bw, char *cmd, char *server, |
35 int flags); | 37 int flags); |
36 void a_Capi_stop_client(int Key, int force); | 38 void a_Capi_stop_client(int Key, int force); |
37 void a_Capi_conn_abort_by_url(const DilloUrl *url); | 39 void a_Capi_conn_abort_by_url(const DilloUrl *url); |
38 | 40 |