From 8ce999a7f0cc737de0df678e24cebdc51b7cd6d8 Mon Sep 17 00:00:00 2001 From: corvid Date: Wed, 11 Nov 2009 18:33:43 +0000 Subject: functions needn't be publicly visible --- src/cache.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cache.h') 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); -- cgit v1.2.3