aboutsummaryrefslogtreecommitdiff
path: root/src/cache.h
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-11-11 18:33:43 +0000
committercorvid <corvid@lavabit.com>2009-11-11 18:33:43 +0000
commit8ce999a7f0cc737de0df678e24cebdc51b7cd6d8 (patch)
tree41538992d6cf43248e28553a6783285e0f37856b /src/cache.h
parent4fa42f715128885c26b8c441da5cdcd426cc062b (diff)
functions needn't be publicly visible
Diffstat (limited to 'src/cache.h')
-rw-r--r--src/cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cache.h b/src/cache.h
index cdea361b..c01bec55 100644
--- a/src/cache.h
+++ b/src/cache.h
@@ -69,7 +69,6 @@ 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);
CacheClient_t *a_Cache_client_get_if_unique(int Key);