diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-07 15:53:19 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-07 15:53:19 -0300 |
commit | 6a205d77ba2747dd8bb21ceba452d43f36721eba (patch) | |
tree | b23294b1e839ee9461e1725fac5d84a9e4a6f84e /src/capi.h | |
parent | 0135f90bd480311f2d74f4e43e3cfbf3feaf4277 (diff) |
Cleanup of cache.c WRT charset decoders.
This patch gets rid of a series of valgrind complains with this page:
http://selenic.com/pipermail/mercurial/
Diffstat (limited to 'src/capi.h')
-rw-r--r-- | src/capi.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -26,8 +26,7 @@ int a_Capi_open_url(DilloWeb *web, CA_Callback_t Call, void *CbData); int a_Capi_get_buf(const DilloUrl *Url, char **PBuf, int *BufSize); void a_Capi_unref_buf(const DilloUrl *Url); const char *a_Capi_get_content_type(const DilloUrl *url); -const char *a_Capi_set_content_type(const DilloUrl *url, const char *ctype, - bool_t force); +const char *a_Capi_set_content_type(const DilloUrl *url, const char *ctype); int a_Capi_get_flags(const DilloUrl *Url); int a_Capi_dpi_send_cmd(DilloUrl *url, void *bw, char *cmd, char *server, int flags); |