ObjFW  Diff

Differences From Artifact [a0a08f26fb]:

To Artifact [df2fd645d0]:


248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
			   block: block] autorelease] start];

	objc_autoreleasePoolPop(pool);
}
# endif
#endif

+ (void)getHost: (OFString *__autoreleasing *)host
	andPort: (uint16_t *)port
     forAddress: (of_socket_address_t *)address
{
	of_address_to_string_and_port(
	    (struct sockaddr *)&address->address, address->length, host, port);
}

- (instancetype)init
{
	self = [super init];

	_socket = INVALID_SOCKET;

	return self;







<
<
<
<
<
<
<
<







248
249
250
251
252
253
254








255
256
257
258
259
260
261
			   block: block] autorelease] start];

	objc_autoreleasePoolPop(pool);
}
# endif
#endif









- (instancetype)init
{
	self = [super init];

	_socket = INVALID_SOCKET;

	return self;