ObjFW  Diff

Differences From Artifact [e490baa3be]:

To Artifact [4343bc563f]:


604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
	default:
		@throw [OFInvalidArgumentException exception];
	}

	return true;
}

uint32_t
of_socket_address_hash(const of_socket_address_t *address)
{
	uint32_t hash;

	OF_HASH_INIT(hash);
	OF_HASH_ADD(hash, address->family);








|







604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
	default:
		@throw [OFInvalidArgumentException exception];
	}

	return true;
}

unsigned long
of_socket_address_hash(const of_socket_address_t *address)
{
	uint32_t hash;

	OF_HASH_INIT(hash);
	OF_HASH_ADD(hash, address->family);