From 8e7f83aa5b6d910e80c56b31f4eb79b02e7ca67b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 26 Mar 2005 13:58:11 +0000 Subject: * add subscription feature - with reissuing * interpret goodbye responses git-svn-id: file:///home/lennart/svn/public/avahi/trunk@17 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- cache.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cache.h') diff --git a/cache.h b/cache.h index f51e18e..e7c8e7e 100644 --- a/cache.h +++ b/cache.h @@ -33,7 +33,6 @@ struct flxCacheEntry { flxTimeEvent *time_event; FLX_LLIST_FIELDS(flxCacheEntry, by_name); - }; struct _flxCache { @@ -50,7 +49,7 @@ void flx_cache_free(flxCache *c); flxCacheEntry *flx_cache_lookup_key(flxCache *c, flxKey *k); flxCacheEntry *flx_cache_lookup_record(flxCache *c, flxRecord *r); -flxCacheEntry *flx_cache_update(flxCache *c, flxRecord *r, gboolean unique, const flxAddress *a); +void flx_cache_update(flxCache *c, flxRecord *r, gboolean unique, const flxAddress *a); void flx_cache_drop_key(flxCache *c, flxKey *k); void flx_cache_drop_record(flxCache *c, flxRecord *r); -- cgit