]> git.meshlink.io Git - catta/blobdiff - cache.h
* add announcing/goodbye
[catta] / cache.h
diff --git a/cache.h b/cache.h
index 263d9a1039661ad516d59bf326db73f0ec319b92..f51e18e6069eeda0fe3f7bf95e3d4bafc2ffa185 100644 (file)
--- 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);