Rename cache scanning to updating
[project/mdnsd.git] / cache.c
diff --git a/cache.c b/cache.c
index 6bf0d26..dd263d2 100644 (file)
--- a/cache.c
+++ b/cache.c
@@ -121,7 +121,7 @@ void cache_cleanup(struct interface *iface)
 }
 
 void
-cache_scan(void)
+cache_update(void)
 {
        struct interface *iface;
        struct cache_service *s;