summaryrefslogtreecommitdiffstats
path: root/cache.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-03-25 21:52:55 +0000
committerLennart Poettering <lennart@poettering.net>2005-03-25 21:52:55 +0000
commitad1f9d3725a300f10eca071c6fe2f2c583f51436 (patch)
tree2ee998675cf21060c657f6611aace02eb9c3e339 /cache.h
parentc8dd2dc8f91a322178c43281cbc5c8fc16da5219 (diff)
* add announcing/goodbye
* add cache maintaince * fix a bug in prioq.c git-svn-id: file:///home/lennart/svn/public/avahi/trunk@16 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cache.h b/cache.h
index 263d9a1..f51e18e 100644
--- a/cache.h
+++ b/cache.h
@@ -40,12 +40,11 @@ struct _flxCache {
flxServer *server;
flxInterface *interface;
- guchar protocol;
GHashTable *hash_table;
};
-flxCache *flx_cache_new(flxServer *server, flxInterface *interface, guchar protocol);
+flxCache *flx_cache_new(flxServer *server, flxInterface *interface);
void flx_cache_free(flxCache *c);
flxCacheEntry *flx_cache_lookup_key(flxCache *c, flxKey *k);