void citizens_convert_conquest(struct city *pcity)
Convert citizens to the nationality of the one conquering the city.
void citizens_convert(struct city *pcity)
Convert one (random) foreign citizen to the nationality of the owner.
void citizens_update(struct city *pcity, struct player *plr)
void citizens_print(const struct city *pcity)
Print the data about the citizens.