diff options
author | corvid, Jorge Arellano Cid <devnull@localhost> | 2009-05-06 23:43:52 +0000 |
---|---|---|
committer | corvid, Jorge Arellano Cid <devnull@localhost> | 2009-05-06 23:43:52 +0000 |
commit | be860639e2afa0a5513df9004a6a8bff4848dd29 (patch) | |
tree | 5fe7f979fbdca8df9896564126483e8c7270a57e /src/capi.h | |
parent | bc5154c07731b1c415ec2cbf897bef6a889b9293 (diff) |
separate a_Capi_get_flags and a_Capi_get_flags_with_redirection
Diffstat (limited to 'src/capi.h')
-rw-r--r-- | src/capi.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ const char *a_Capi_get_content_type(const DilloUrl *url); 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_send_cmd(DilloUrl *url, void *bw, char *cmd, char *server, int flags); void a_Capi_stop_client(int Key, int force); |