summaryrefslogtreecommitdiff
path: root/src/nav.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-06-02 04:27:43 +0200
committerjcid <devnull@localhost>2008-06-02 04:27:43 +0200
commitc9332309b606361609ace591be1266ab59f9c0d4 (patch)
treec54450e2eb5f582c21fa74167cbdf424e8e4dd32 /src/nav.h
parentcf987dd5f89ceb29fcf71bc95eedb95145fa7c05 (diff)
- Moved charset decoding into cache.
Diffstat (limited to 'src/nav.h')
-rw-r--r--src/nav.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nav.h b/src/nav.h
index e8d09e27..4a03960a 100644
--- a/src/nav.h
+++ b/src/nav.h
@@ -33,6 +33,7 @@ int a_Nav_get_top_uidx(BrowserWindow *bw);
void a_Nav_save_url(BrowserWindow *bw,
const DilloUrl *url, const char *filename);
int a_Nav_get_buf(const DilloUrl *Url, char **PBuf, int *BufSize);
+void a_Nav_unref_buf(const DilloUrl *Url);
#ifdef __cplusplus
}