]> git.meshlink.io Git - catta/blobdiff - src/cache.h
rename interface -> iface everywhere
[catta] / src / cache.h
index a205b705d44f75d7d2916ddd8dae6dbacadb3f0c..c3741e1a90bb39b066260095c195cdb2ed7b16da 100644 (file)
@@ -65,7 +65,7 @@ struct CattaCacheEntry {
 struct CattaCache {
     CattaServer *server;
 
-    CattaInterface *interface;
+    CattaInterface *iface;
 
     CattaHashmap *hashmap;
 
@@ -77,7 +77,7 @@ struct CattaCache {
     time_t last_rand_timestamp;
 };
 
-CattaCache *catta_cache_new(CattaServer *server, CattaInterface *interface);
+CattaCache *catta_cache_new(CattaServer *server, CattaInterface *iface);
 void catta_cache_free(CattaCache *c);
 
 void catta_cache_update(CattaCache *c, CattaRecord *r, int cache_flush, const CattaAddress *a);