ObjFW  Diff

Differences From Artifact [83c06e9779]:

To Artifact [8a40db9be9]:


160
161
162
163
164
165
166
167

168
169
170
160
161
162
163
164
165
166

167
168
169
170







-
+



/**
 * @brief Bind the socket to the specified network, node and port.
 *
 * @param port The port (sometimes called socket number) to bind to. 0 means to
 *	       pick one and return it.
 * @return The address on which this socket can be reached
 */
- (of_socket_address_t)bindToPort: (uint16_t)port;
- (OFSocketAddress)bindToPort: (uint16_t)port;
@end

OF_ASSUME_NONNULL_END