ObjFW  Diff

Differences From Artifact [085c9c8662]:

To Artifact [8293d08642]:


27
28
29
30
31
32
33
34
35
36
37
38

39
40
41
42
43
44
45
46
27
28
29
30
31
32
33

34
35
36

37

38
39
40
41
42
43
44







-



-
+
-







@class OFTCPSocket;
@class OFString;

#ifdef OF_HAVE_BLOCKS
/*!
 * @brief A block which is called when the socket connected.
 *
 * @param socket The socket which connected
 * @param exception An exception which occurred while connecting the socket or
 *		    `nil` on success
 */
typedef void (^of_tcp_socket_async_connect_block_t)(OFTCPSocket *socket,
typedef void (^of_tcp_socket_async_connect_block_t)(id _Nullable exception);
    id _Nullable exception);
#endif

/*!
 * @protocol OFTCPSocketDelegate OFTCPSocket.h ObjFW/OFTCPSocket.h
 *
 * A delegate for OFTCPSocket.
 */