summaryrefslogtreecommitdiffstats
path: root/cache.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-03-18 16:48:19 +0000
committerLennart Poettering <lennart@poettering.net>2005-03-18 16:48:19 +0000
commitf0f4bb0c37eeed71934e3191cffa5afb1cfdca0d (patch)
tree154a6321b51c1af31f8633d61dde98968263f280 /cache.h
parent7bb43bd370e70385a4ccde06f3f4554f488aa6b3 (diff)
some more inomcplete work
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@12 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index ec0e974..7f7d0bd 100644
--- a/cache.h
+++ b/cache.h
@@ -37,6 +37,7 @@ struct flxCacheEntry {
struct _flxCache {
flxServer *server;
+
flxInterface *interface;
GHashTable *hash_table;
@@ -53,4 +54,6 @@ flxCacheEntry *flx_cache_update(flxCache *c, flxRecord *r, gboolean unique, cons
void flx_cache_drop_key(flxCache *c, flxKey *k);
void flx_cache_drop_record(flxCache *c, flxRecord *r);
+void flx_cache_dump(flxCache *c, FILE *f);
+
#endif