From c9332309b606361609ace591be1266ab59f9c0d4 Mon Sep 17 00:00:00 2001 From: jcid Date: Mon, 2 Jun 2008 04:27:43 +0200 Subject: - Moved charset decoding into cache. --- src/capi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/capi.h') diff --git a/src/capi.h b/src/capi.h index 0cb60863..c30dc6cf 100644 --- a/src/capi.h +++ b/src/capi.h @@ -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); -- cgit v1.2.3