ObjFW  Diff

Differences From Artifact [bd7229eefe]:

To Artifact [a8e391accf]:


56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/**
 * Initializes an already allocated OFTCPSocket.
 *
 * \return An initialized OFTCPSocket
 */
- init;

- free;

/**
 * Connect the OFTCPSocket to the specified destination.
 *
 * \param host The host or IP to connect to
 * \param port The port of the host to connect to
 */
- connectTo: (const char*)host







<
<







56
57
58
59
60
61
62


63
64
65
66
67
68
69
/**
 * Initializes an already allocated OFTCPSocket.
 *
 * \return An initialized OFTCPSocket
 */
- init;



/**
 * Connect the OFTCPSocket to the specified destination.
 *
 * \param host The host or IP to connect to
 * \param port The port of the host to connect to
 */
- connectTo: (const char*)host