ObjFW  Diff

Differences From Artifact [fbe196dbb9]:

To Artifact [a91104c174]:


256
257
258
259
260
261
262
263

264
265
266
267
268
269
270
271
272
273
274
275
256
257
258
259
260
261
262

263
264
265
266
267
268
269
270
271
272
273
274
275







-
+













/**
 * @brief Synchronously resolves the specified host to socket addresses.
 *
 * @param host The host to resolve
 * @param addressFamily The desired socket address family
 * @return OFData containing several OFSocketAddress
 * @throw OFInvalidServerReplyException The received response was invalid
 * @throw OFInvalidServerResponseException The received response was invalid
 * @throw OFTruncatedDataException The received response was truncated
 */
- (OFData *)resolveAddressesForHost: (OFString *)host
		      addressFamily: (OFSocketAddressFamily)addressFamily;

/**
 * @brief Closes all sockets and cancels all ongoing queries.
 */
- (void)close;
@end

OF_ASSUME_NONNULL_END