#pragma once struct sockaddr_in; int prepaddr(struct sockaddr_in & addr); int listener(struct sockaddr_in & address, int addrlen);