diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-03-18 16:48:19 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-03-18 16:48:19 +0000 |
commit | f0f4bb0c37eeed71934e3191cffa5afb1cfdca0d (patch) | |
tree | 154a6321b51c1af31f8633d61dde98968263f280 /cache.h | |
parent | 7bb43bd370e70385a4ccde06f3f4554f488aa6b3 (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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |