diff options
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |