aboutsummaryrefslogtreecommitdiff
path: root/src/cache.h
diff options
context:
space:
mode:
authorcorvid, Jorge Arellano Cid <devnull@localhost>2009-05-06 23:43:52 +0000
committercorvid, Jorge Arellano Cid <devnull@localhost>2009-05-06 23:43:52 +0000
commitbe860639e2afa0a5513df9004a6a8bff4848dd29 (patch)
tree5fe7f979fbdca8df9896564126483e8c7270a57e /src/cache.h
parentbc5154c07731b1c415ec2cbf897bef6a889b9293 (diff)
separate a_Capi_get_flags and a_Capi_get_flags_with_redirection
Diffstat (limited to 'src/cache.h')
-rw-r--r--src/cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cache.h b/src/cache.h
index bbcb9a22..ff286a0e 100644
--- a/src/cache.h
+++ b/src/cache.h
@@ -65,6 +65,7 @@ const char *a_Cache_get_content_type(const DilloUrl *url);
const char *a_Cache_set_content_type(const DilloUrl *url, const char *ctype,
const char *from);
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);
void a_Cache_entry_inject(const DilloUrl *Url, Dstr *data_ds);