diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-03-26 13:58:11 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-03-26 13:58:11 +0000 |
commit | 8e7f83aa5b6d910e80c56b31f4eb79b02e7ca67b (patch) | |
tree | 6a2da3b54fe17c82a998254d35b3c5d562e21ac4 /cache.h | |
parent | ad1f9d3725a300f10eca071c6fe2f2c583f51436 (diff) |
* add subscription feature - with reissuing
* interpret goodbye responses
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@17 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |