From d8458319fcfeb7567e32f576f939c62554dedae6 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Sun, 1 Nov 2009 16:32:00 -0300 Subject: ftp dpi: fixed download offer, streamed transfer, added HTML feedback. Now it behaves as HTTP. Also fixed a bug in dillo with lingering cache entries (when the file transfer was already done at abort time). --- src/cache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cache.h') diff --git a/src/cache.h b/src/cache.h index ff286a0e..cdea361b 100644 --- a/src/cache.h +++ b/src/cache.h @@ -68,6 +68,7 @@ uint_t a_Cache_get_flags(const DilloUrl *url); uint_t a_Cache_get_flags_with_redirection(const DilloUrl *url); void a_Cache_process_dbuf(int Op, const char *buf, size_t buf_size, const DilloUrl *Url); +int a_Cache_download_enabled(const DilloUrl *url); void a_Cache_entry_inject(const DilloUrl *Url, Dstr *data_ds); void a_Cache_entry_remove_by_url(DilloUrl *url); void a_Cache_freeall(void); -- cgit v1.2.3