diff options
author | jcid <devnull@localhost> | 2008-06-02 04:27:43 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-06-02 04:27:43 +0200 |
commit | c9332309b606361609ace591be1266ab59f9c0d4 (patch) | |
tree | c54450e2eb5f582c21fa74167cbdf424e8e4dd32 /src/capi.h | |
parent | cf987dd5f89ceb29fcf71bc95eedb95145fa7c05 (diff) |
- Moved charset decoding into cache.
Diffstat (limited to 'src/capi.h')
-rw-r--r-- | src/capi.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ extern "C" { void a_Capi_init(void); 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); |