ObjFW  Diff

Differences From Artifact [353d35e521]:

To Artifact [cc8482609a]:


33
34
35
36
37
38
39
40

41
33
34
35
36
37
38
39

40
41







-
+

 * \return A new autoreleased OFTCPSocket
 */
+ socket;

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