diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-11-01 16:32:00 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-11-01 16:32:00 -0300 |
commit | d8458319fcfeb7567e32f576f939c62554dedae6 (patch) | |
tree | 3dd1a56a51bc0fc703e31d6635376d5c24ed1ce8 /src/cache.h | |
parent | 252144effc180451e16e58a09de22685dd572ce4 (diff) |
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).
Diffstat (limited to 'src/cache.h')
-rw-r--r-- | src/cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |