community_count
if (community_count(&comm, COMMUNITY_TYPE_BASIC) !=
if (community_count(&comm, COMMUNITY_TYPE_EXT) !=
if (community_count(&comm, COMMUNITY_TYPE_LARGE) !=
int community_count(struct rde_community *, uint8_t type);
community_count(&state->communities, COMMUNITY_TYPE_BASIC))
community_count(&state->communities, COMMUNITY_TYPE_EXT))
community_count(&state->communities, COMMUNITY_TYPE_LARGE))