ObjFW  Diff

Differences From Artifact [353d35e521]:

To Artifact [cc8482609a]:


33
34
35
36
37
38
39
40
41
 * \return A new autoreleased OFTCPSocket
 */
+ socket;

/**
 * Enables/disables non-blocking I/O.
 */
- setBlocking: (BOOL)enable;
@end







|

33
34
35
36
37
38
39
40
41
 * \return A new autoreleased OFTCPSocket
 */
+ socket;

/**
 * Enables/disables non-blocking I/O.
 */
- (void)setBlocking: (BOOL)enable;
@end