aboutsummaryrefslogtreecommitdiff
path: root/src/dicache.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/dicache.h
parent4fa42f715128885c26b8c441da5cdcd426cc062b (diff)
functions needn't be publicly visible
Diffstat (limited to 'src/dicache.h')
-rw-r--r--src/dicache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dicache.h b/src/dicache.h
index b7bbb61c..70adb6c0 100644
--- a/src/dicache.h
+++ b/src/dicache.h
@@ -51,7 +51,6 @@ struct _DICacheEntry {
void a_Dicache_init (void);
DICacheEntry *a_Dicache_get_entry(const DilloUrl *Url, int version);
-DICacheEntry *a_Dicache_add_entry(const DilloUrl *Url);
void *a_Dicache_png_image(const char *Type, void *Ptr, CA_Callback_t *Call,
void **Data);