Renamee clients_count to clients_get_count
[pazpar2-moved-to-github.git] / src / client.c
index 267527c..fe5bef3 100644 (file)
@@ -90,7 +90,7 @@ static int client_use(int delta)
     return clients;
 }
 
-int clients_count(void)
+int clients_get_count(void)
 {
     return client_use(0);
 }